From a1acff71988c3e4660acc8a1290a1d925390ab4d Mon Sep 17 00:00:00 2001 From: Basfar <mb03523@otter62.eps.surrey.ac.uk> Date: Fri, 14 Feb 2025 12:11:25 +0000 Subject: [PATCH] added name to a print statement --- Hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Hello.py b/Hello.py index ad35e5a..bddfee0 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1,2 @@ -print("Hello World") +print("Hello World, Mohammed") + -- GitLab