8 lines
224 B
Python
Raw Normal View History

2021-04-19 16:00:08 +00:00
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.")
#print("This line won't print")