strings can be expressed in several ways. : String Variables : String PYTHON examples


PYTHON examples » String » String Variables »

 

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.'

   
  



Leave a Comment / Note


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


PYTHON examples

 Navioo String
» String Variables