Mega Code Archive

 
Categories / Python / String
 

String concatenation Demo

print "You can concatenate two " + "strings with the '+' operator."