I have the following code Python , representative of the game Pedra,Papel,Tesoura .
import random
listChoices = ["rock","paper","scissor"]
print("Choose rock, paper or scissor to play or write exit to leave the game")
userChoice =...
asked by
14.02.2017 / 04:14