From b5c30c6097e24def6bf4c8e4d35dd698bbc03df0 Mon Sep 17 00:00:00 2001 From: unknown <ss05712@surrey.ac.uk> Date: Fri, 14 Feb 2025 12:40:51 +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 6e39129..5479372 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("Hello World") +print("Hello Shyam") -- GitLab