Posts by Tankilaine • 3 points
1 post
-
0
votes1
answer138
viewsQ: JO KEN PO’s game gone wrong
I’m trying to make a game of jokenpo but it’s gone wrong. from random import choice from time import sleep print('[1]PAPEL\n' '[2]TESOURA\n' '[3]PEDRA') escolha = input('Qual a sua escolha? ')…