Almost impossible to win:) yeet
@EliMolzahn @PowerCoder you need to initialise the variable heat outside the while loop first like heat = 0. Also do heat = int(input('blah blah...') instead so you don't have to convert the input into an integer every time you want to use it(line14)
Almost impossible to win:) yeet
@EliMolzahn @PowerCoder you need to initialise the variable heat outside the while loop first like heat = 0. Also do heat = int(input('blah blah...') instead so you don't have to convert the input into an integer every time you want to use it(line14)