String Python Tutorial

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