From f71a8bbe42ebf0ff12e4da5d93088aac748e4cc2 Mon Sep 17 00:00:00 2001 From: Aung <ha02133@otter74.eps.surrey.ac.uk> Date: Fri, 14 Feb 2025 11:04:23 +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..22e1c3c 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello World") +print("Hello World, Nishanth") -- GitLab