Use rpsrunner.py to play unranked matches on your computer.
a = ["R", "R", "R", "P", "P", "S", "S"] import random output = random.choice(a)