8 lines
187 B
Python
8 lines
187 B
Python
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.')
|