| Author | gumuz | 
| Submission date | 2011-05-26 15:35:21.685081 | 
| Rating | 2317 | 
| Matches played | 7481 | 
| Win rate | 21.37 | 
Use rpsrunner.py to play unranked matches on your computer.
from random import choice
if choice((0,1)):
  output = choice(('R','P','S'))
else:
  output = 'R'