From f2cb4f53b4e35343554a7701b8bc2d9da5662154 Mon Sep 17 00:00:00 2001 From: Santosh Shrestha <santoshshrestha@Santoshs-MacBook-Pro.local> Date: Fri, 7 Feb 2025 12:34:54 +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..934c58c 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello World") +print("Hello World, Michele") -- GitLab