t201.py 221 B

12345678
  1. print """this is a triple quote
  2. string that '"'' spans lines
  3. and "" '"\\n \nhas crazy '""
  4. crap ''' embedded"""
  5. print '''this is a triple tick
  6. string that '"'' spans lines
  7. and "" '"\\n \nhas crazy '""
  8. crap """ embedded'''