From 89ba7c97c706b8a7950d904521a495df5131811d Mon Sep 17 00:00:00 2001 From: Natarajan <hn00625@otter97.eps.surrey.ac.uk> Date: Fri, 14 Feb 2025 12:41:07 +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..fdd22ed 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello world") +print("Hello mate!Good to go") -- GitLab