Single-Quoted Strings and Escaping Quotes : Quote : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Quote »

 

Single-Quoted Strings and Escaping Quotes


print "Hello, world!" 
print 'Hello, world!
print "Let's go!"
print '"Hello, world!" she said'

print 'Let's go!' 
print ""Hello, world!" she said"



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo String
» Quote