Mega Code Archive

 
Categories / Python / String
 

Strings can be expressed in several ways

print 'spam eggs' print 'doesn\'t' print "doesn't"  print '"Yes," he said.' print "\"Yes,\" he said."  print '"Isn\'t," she said.'