From 8c992982a8724e57ae0a5243cc3b53c49f4c3c82 Mon Sep 17 00:00:00 2001 From: Ramesh <pr00596@otter95.eps.surrey.ac.uk> Date: Fri, 14 Feb 2025 12:16:00 +0000 Subject: [PATCH] aded name to print statement --- Hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello.py b/Hello.py index ad35e5a..144d725 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello World") +print("Hello World, Prajwal") -- GitLab