Python TypeError must be str not int

print("the furnace is now " + str(temperature) + "degrees!")

cast it to str

Leave a Comment