Posts by Osvaldo Oliveira • 1 point
1 post
-
0
votes0
answers317
viewsQ: Doubt on "continue" (Syntaxerror: 'continue' not properly in loop)
I’m starting in python and I can’t figure out why the error below, could help me? def SecretNumber(): GotIt = False while GotIt == False: One = int(input("Type a number between 1 and 10: ")) Two =…
python-3.xasked Osvaldo Oliveira 1