python the hard way ex.
This commit is contained in:
parent
7b39b906fb
commit
dab9fe5912
9 changed files with 133 additions and 0 deletions
8
sami/learn-python-the-hard-way/ex1.py
Normal file
8
sami/learn-python-the-hard-way/ex1.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
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.')
|
||||
Loading…
Add table
Add a link
Reference in a new issue