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