From 445c0a4483f9de3a36be3aefde91c6cf4a7fdcbc Mon Sep 17 00:00:00 2001 From: mn00849 <mn00849@surrey.ac.uk> Date: Fri, 9 Feb 2024 11:36:20 +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 8e23576..d754703 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("Hello World") \ No newline at end of file +print("Hello World, Matt") \ No newline at end of file -- GitLab