| Author | Inferno | 
| Submission date | 2011-06-10 17:11:02.912688 | 
| Rating | 4233 | 
| Matches played | 5234 | 
| Win rate | 41.29 | 
Use rpsrunner.py to play unranked matches on your computer.
l = {'R':'P', 'P':'S', 'S':'R'}
if input == "":
    output = "R"
else:
    output = l[input]