From 790dffe738d19856127517dbdb2ad8d261869fc0 Mon Sep 17 00:00:00 2001 From: Tong <st01330@otter85.eps.surrey.ac.uk> Date: Fri, 7 Feb 2025 12:48:36 +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 ad35e5a..cb2fea9 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello World") +print("Hello World, Sean") -- GitLab