From 8bfd7f0e6814da090637a9954790f11e9aea7daa Mon Sep 17 00:00:00 2001 From: Marimuthu Padayachi <mp02123@surrey.ac.uk.com> Date: Sun, 16 Feb 2025 23:21:09 +0000 Subject: [PATCH] added name to the print statement --- Hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello.py b/Hello.py index 6e39129..46f9acf 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello World") +print("Hello World, Marimuthu") -- GitLab