Learning Circle : python #1 - ex1
This commit is contained in:
parent
e28b8cbcbd
commit
511e667d40
2 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
/youngjin.han/dot-cdist/type/__colourful_file/file/colourful~
|
||||
/youngjin.han/dot-cdist/type/__colourful_file/manifest~
|
||||
/youngjin.han/dot-cdist/type/__all_in_one/manifest~
|
||||
*.py~
|
||||
|
|
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…
Reference in a new issue