From 494777b7d5f380f80a6eb220a3f09d883fdf663f Mon Sep 17 00:00:00 2001 From: Choudhary <sc03071@heron099.eps.surrey.ac.uk> Date: Fri, 16 Feb 2024 12:04:41 +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..414be73 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello World") +print("Hello World !") -- GitLab