| Author | Cesar Espinoza | 
| Submission date | 2017-10-02 17:23:21.044750 | 
| Rating | 3321 | 
| Matches played | 344 | 
| Win rate | 30.23 | 
Use rpsrunner.py to play unranked matches on your computer.
if not input:
    output = 'P'
else:
    output = {'R':'R', 'P':'P', 'S':'S'}[input]