ungleich-learning-circle/kjg/python-the-hard-way/e1.py

8 lines
191 B
Python
Raw Normal View History

2020-05-18 13:41:27 +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.')