Beat Most Recent

Authorflt
Submission date2013-10-18 00:07:41.279410
Rating4986
Matches played641
Win rate47.74

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

Source code:

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