8 lines
224 B
Python
8 lines
224 B
Python
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") |