Skip to content

Commit b45a1c0

Browse files
committed
Create ex1.py
This program just prints out text
1 parent 12cd81d commit b45a1c0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ex1.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/python
2+
# this is ex1.py
3+
4+
print "Hello World!"
5+
print "Hello Again"
6+
print "I like typing this."
7+
print "This is fun."
8+
print 'Yay! Printing.'
9+
print "I'd much rather you 'not'."
10+
print 'I "said" do not touch this.'

0 commit comments

Comments
 (0)