asdf

Authorasdff
Submission date2011-12-16 14:54:11.725856
Rating5044
Matches played792
Win rate50.38

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

Source code:

from random import *
n=randint(0,2)
s=['P','S','R']
output=s[n]