Posts by G Brasil • 11 points
1 post
-
-1
votes2
answers131
viewsQ: How to restart the loop for the player to play more than once regardless of whether to hit the answer or not
import random print('='*20) print('JOGO DA FORCA') print('='*20) print('Bem vindo ao Jogo da Forca! Vamos começar!') nome = input("Digite o seu nome:…