String Python

print int("42"), str(42)         # convert from/to string
print "spam" + str(42)         # force concatenation