I want to make the following: variableOne = 500 myVariable = variableOne + "cool" But I get the following error: "unsupported operand types for +" Does someone know how to solve the problem?