| Author | gaz |
| Submission date | 2019-04-24 19:20:45.762890 |
| Rating | 4534 |
| Matches played | 250 |
| Win rate | 44.8 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
last = ""
output = "R"
thisdict = {"R": "P", "P": "S", "S": "R"}
else:
output = thisdict[input]