add a string of numbers together python code example Example: how to add string with number in python >>> print 'red' + str(3) red3 >>>