From cdfdd62f7af015c041b3409bd654d38e237afd53 Mon Sep 17 00:00:00 2001 From: Huang <eh00938@heron001.eps.surrey.ac.uk> Date: Mon, 17 Feb 2025 02:33:03 +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 8e23576..22e1c3c 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello World") \ No newline at end of file +print("Hello World, Nishanth") -- GitLab