From 9d352ab5d05af0e7c48f56bd1d0545f0f9306a92 Mon Sep 17 00:00:00 2001 From: Your Name <your@email> Date: Fri, 14 Feb 2025 15:18:52 +0000 Subject: [PATCH] Added name to the print statement --- Hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Hello.py b/Hello.py index a529fd2..9133769 100644 --- a/Hello.py +++ b/Hello.py @@ -1,4 +1,5 @@ -print("Hello world") +print("Hello World, Juwon") + -- GitLab