Mega Code Archive

 
Categories / Python Tutorial / String
 

Triple Quotes

hi = '''hi there''' print hi             # repr() 'hi\nthere' print hi       # str()