print string and numbers code example Example: how to print text after an interger print("The text you want" + str(var) + "to print")