| Author | The Winner | 
| Submission date | 2012-04-13 12:55:29.334199 | 
| Rating | 3231 | 
| Matches played | 809 | 
| Win rate | 33.75 | 
Use rpsrunner.py to play unranked matches on your computer.
import random
if not input:
    output="P"
else:
    output=random.choice(["R","S","P","P"])