From 9a3633eaec55997311fdb16ce1f173a064fdd37d Mon Sep 17 00:00:00 2001 From: Ragav <sr02374@otter100.eps.surrey.ac.uk> Date: Fri, 14 Feb 2025 12:27:19 +0000 Subject: [PATCH] added name to print statement --- Hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello.py b/Hello.py index 44159b3..34a799d 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello world") +print("Hello world,SukeshRagav") -- GitLab