Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. days = "Mon Tue Wed Thu Fri Sat Sun"
  2. months = "Jan\nFeb\nMar\nApr\nMay\nJun\nJul\nAug"
  3.  
  4. print "Here are the days:", days
  5. print "Here are the months:", months
  6.  
  7. print """
  8. There's something going on here.
  9. With the three double-quotes.
  10. We'll be able to type as much as we like.
  11. Even 4 lines if we want, or 5, or 6.
  12. """
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement