Posts by André Riva • 1 point
1 post
-
-1
votes2
answers131
viewsA: How to restart the loop for the player to play more than once regardless of whether to hit the answer or not
Put this whole loop inside another while True: while True: palavra = ('uva','oi') palavra_forca = random.choice(palavra) digitadas = [] acertos = [] erros = 0 while True: senha = ''…