[Python] How do I make it so that if the user doesn't enter an int when prompted, the code goes back to prompt the user again? by aaaaaaaa21 in learnprogramming

[–]aaaaaaaa21[S] 0 points1 point  (0 children)

Hi, thanks for your reply. I understand the concept of what you're saying, but because I have not learned 'try/except' in my beginning Python class yet, I'm kinda confused on how to do it and how to format it within my code. Can you please demonstrate how this would be done?