skynet2

Authorjohn
Submission date2011-05-21 17:05:03.861732
Rating1932
Matches played7266
Win rate17.27

Use rpsrunner.py to play unranked matches on your computer.

Source code:

if not input:
    output = 'S'
else:
    output = {'R':'S', 'P':'R', 'S':'P'}[input]