commit 82a31ff624503e3b5e2e4f259891123661bbc53a Author: = <=> Date: Fri Mar 7 19:46:08 2025 +0800 ext1 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.')