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