From 17fca99d14d937cd173f631ef46ffa6edaa82d3b Mon Sep 17 00:00:00 2001 From: Alana Leung <al01360@surrey.ac.uk> Date: Fri, 14 Feb 2025 12:17:05 +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..9adf2aa 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello World") +print("Hello World, Alana") -- GitLab