From 309793188b2b50d0d2397aa3b0fcc349fefe46f7 Mon Sep 17 00:00:00 2001 From: Kamble <ck00963@heron165.eps.surrey.ac.uk> Date: Fri, 16 Feb 2024 12:32:26 +0000 Subject: [PATCH] added name to print statement --- Hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Hello.py b/Hello.py index f9dc07a..07b0050 100644 --- a/Hello.py +++ b/Hello.py @@ -1,2 +1,3 @@ print("Hello World") -print("I am feeling happy today") +print("I am feeling happy today itis sunny day") + -- GitLab