t200.py 219 B

123456789
  1. print """this is a triple quote string"""
  2. print '''this is a triple tick string'''
  3. print """this is a triple quote
  4. string that spans
  5. multiple lines"""
  6. print '''this is a triple tick string
  7. that spans
  8. multiple lines
  9. '''