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