| Author | test |
| Submission date | 2018-05-18 14:35:52.813830 |
| Rating | 4370 |
| Matches played | 277 |
| Win rate | 43.32 |
Use rpsrunner.py to play unranked matches on your computer.
cycle = {"R": "P", "P": "S", "S": "R"}
if input == "":
output = "R"
else:
output = cycle[input]