0
Haha I'm getting better
I finally completed it, if you answer everything right, works perfect. The issue is if the user answers wrong there stuck in a loop 😥. Why won't it let me out after they answer correctly. https://code.sololearn.com/cMCmr5FMqyry/?ref=app
2 Réponses
+ 3
Line 3 and 9 are wrong. You don't assign the input to a variable. It should be answer = input()
+ 2
You are not storing input back to 'answer'. So it won't change so condition stay true infinitely..
First try to go with single loop.. Store input into answer.