9 lines
218 B
Python
9 lines
218 B
Python
|
#print("Hello World!")
|
||
|
print("Hello Again")
|
||
|
print("I like typeing this.")
|
||
|
print("This is fun")
|
||
|
print('Yay! Printing.')
|
||
|
print("I'd much rather you 'not'.")
|
||
|
print('I "said" do not touch this.')
|
||
|
print("Ungleich Cidst\n")
|