| Author | hahasee | 
| Submission date | 2011-06-11 00:57:17.086302 | 
| Rating | 3519 | 
| Matches played | 5259 | 
| Win rate | 28.33 | 
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
    count = 0
if count % 2 == 0:
    output = "P"
    count = 1
else:
    output = "R"
    count = 0