AHAH!!!, I thought you said that it wouldn't work, but it is actually inacurate, the note says number of
failed user guesses , yet I made it start at 1. I would rather have it represent number of user guesses than failed guesses.
Finally enough with that, I found that problem AND another one.
Firstly, the 'elif' loop containing 'guess == answer' I forgot to add to the 'guessnum' variable
Secondly, the one you didn't find. The majority of the program is in a
loop
meaning when guess
IS equal to answer that the computer will skip over the instructions I set