From 54f73639d8a622ee192d08973c6009fe9abf7d4b Mon Sep 17 00:00:00 2001 From: mn00849 <mn00849@surrey.ac.uk> Date: Fri, 9 Feb 2024 11:38:05 +0000 Subject: [PATCH] added how I am feeling --- hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 8e23576..9231de7 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,2 @@ -print("Hello World") \ No newline at end of file +print("Hello World") +print("I am feeling happy today") \ No newline at end of file -- GitLab