Triple Quotes : Quote : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Quote »

 

Triple Quotes


hi = '''hi
there'''

print hi             # repr()
'hinthere'
print hi       # str()



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo String
» Quote