Little problem with the "+" operator

Zamurai zamurai at gmx.net
Mon Mar 5 09:25:10 EST 2001


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?



More information about the Python-list mailing list