ungleich-learning-circle/sami/learn-python-the-hard-way/#ex1.py#

9 lines
196 B
Plaintext

n
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.')