From 677040634dd22ebed849c5d9fc6784e8e3409ce9 Mon Sep 17 00:00:00 2001 From: Anne <am04340@surrey.ac.uk> Date: Fri, 14 Feb 2025 12:01:14 +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..3db99c4 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("Hello World") +print("Hello World, Anne!") -- GitLab