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