Posts by HunK • 11 points
1 post
-
1
votes1
answer177
viewsQ: Repeat an algorithm if the answer is wrong in guessing game without losing the drawn number
I made an algorithm in Python with the proposal to guess a number as the user type, ie the guessing game. But I would like to make a condition that makes him type again, in case he does not choose…