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