Hay algunas preguntas sobre un juego de adivinanzas escrito por un novato en Python
Lo principal es modificar la parte de juicio más adelante. Si hay otra ronda, se obtendrá el input.
Si el juego termina, sal del bucle if(answer=='yes'):
print('One more game');
player? =?input('Ingrese: ¿Tijeras (0)? ¿Piedra (1)? Papel (2):')
player?=?int(player)
computadora ?= ?random.randint(0, 2)
else:
print('Juego terminado')
pausa