>>> print("The variable a is: ", a) The variable a is: 123 >>> print("The variable a is: " + str(a)) The variable a is: 123