Mega Code Archive

 
Categories / Python / String
 

The use of a variable

name = "Larry" print name print "Hi, " + name