From 6ae86d5f6854b5a237371ce8adf689ed2605e394 Mon Sep 17 00:00:00 2001 From: michellevlin <1155127027@link.cuhk.edu.hk> Date: Sun, 9 Feb 2025 18:26:10 +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 1385fe3..ca887dd 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello, world!") \ No newline at end of file +print("Hello World, Michelle") \ No newline at end of file -- GitLab