From 82a31ff624503e3b5e2e4f259891123661bbc53a Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 7 Mar 2025 19:46:08 +0800 Subject: [PATCH] ext1 --- ex1.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ex1.py diff --git a/ex1.py b/ex1.py new file mode 100644 index 0000000..44d6d8d --- /dev/null +++ b/ex1.py @@ -0,0 +1,7 @@ +print("Hello World!") +print("Hello Again") +print("I like type this.") +print("This is fun.") +print("yay! Printing") +print("I'd much rather you 'not'") +print('I "said" do not touch this.')