Mega Code Archive
Categories
/
Python Tutorial
/
String
Concatenating Strings
print "Hello, " + "world!" x = "Hello, " y = "world!" print x + y