From c896b4b6ca2ee1fa48b9ac6fe2ef9116a4b2726f Mon Sep 17 00:00:00 2001 From: Mishra <rm02120@otter57.eps.surrey.ac.uk> Date: Fri, 14 Feb 2025 12:22:58 +0000 Subject: [PATCH] added smile to print statement --- Hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello.py b/Hello.py index b6ffb06..776e331 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("hello world!!!!") \ No newline at end of file +print("hello world, with a smile!!!!") -- GitLab