From a5732db5e15261495c1925d2ea78c730c969b6e4 Mon Sep 17 00:00:00 2001 From: michellevlin <1155127027@link.cuhk.edu.hk> Date: Fri, 14 Feb 2025 11:30:25 +0000 Subject: [PATCH] updated Bye.py --- Bye.py | 1 + Hello.py | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Bye.py diff --git a/Bye.py b/Bye.py new file mode 100644 index 0000000..6d72d93 --- /dev/null +++ b/Bye.py @@ -0,0 +1 @@ +print("Bye") \ No newline at end of file diff --git a/Hello.py b/Hello.py index ca887dd..4184b08 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1,6 @@ -print("Hello World, Michelle") \ No newline at end of file +<<<<<<< HEAD +print("Hello World, Michelle") +======= +print("Hello World") +print("I am feeling happy today") +>>>>>>> develop -- GitLab