Learning Circle : python #1 - ex1
This commit is contained in:
parent
e28b8cbcbd
commit
511e667d40
2 changed files with 9 additions and 0 deletions
8
youngjin.han/python-the-hard-way/ex1.py
Normal file
8
youngjin.han/python-the-hard-way/ex1.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue