Skip to content

Commit

Permalink
add example 9
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Apr 13, 2012
1 parent 42de1c7 commit 0b46d80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ex9.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Here's some new strange stuff, remember type it exactly.

days = "Mon Tue Wed Thu Fri Sat Sun"
months = "Jan\nFeb\nMar\nApr\nMay\nJun\nJul\nAug"

print "Here are the days: ", days
print "Here are the months: ", months

print """
There's something going on here.
With the three double-quotes.
We'll be able to type as much as we like.
Even 4 lines if we want, or 5, or 6.
"""

0 comments on commit 0b46d80

Please sign in to comment.