From 6cfb800068f73fce22dc4e59e6bd33270d03026c Mon Sep 17 00:00:00 2001 From: Manan Malhotra <mananmalhotra@Manans-MacBook-Pro.local> Date: Fri, 14 Feb 2025 11:54:07 +0000 Subject: [PATCH] added name to print statement --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index ad35e5a..6f36dba 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,2 @@ print("Hello World") +print("Manan") -- GitLab