String Python Tutorial

print "Hello, " + "world!" 
x = "Hello, " 
y = "world!" 
print x + y