The use of a variable : String Variables : String PYTHON examples


PYTHON examples » String » String Variables »

 

The use of a variable


The use of a variable
 


name = "Larry"

print name

print "Hi, " + name


           
         
  



Leave a Comment / Note


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


PYTHON examples

 Navioo String
» String Variables