python the hard way ex.

This commit is contained in:
samialazar 2020-05-18 16:51:02 +02:00
commit dab9fe5912
9 changed files with 133 additions and 0 deletions

View file

@ -0,0 +1,8 @@
print("Hello World!")
print("Hello Again")
print("I like typing this.")
print("This is fun.")
print('Yay! Printing.')
print("I'd much rather you 'not'.")
print('I "said" do not touch this.')