Python input validation won’t end
I am trying to make sure a user only chooses an option between 0 and 2. If they don’t choose that, I want them to be able to try again. Nothing seems to be an infinite loop, but the program will never end.
I am trying to make sure a user only chooses an option between 0 and 2. If they don’t choose that, I want them to be able to try again. Nothing seems to be an infinite loop, but the program will never end.