# In python you need to cast the variable to a string with str() var = 3 print('Variable = ' + str(var) )