| Author | waveman |
| Submission date | 2015-03-31 14:28:48.585582 |
| Rating | 3186 |
| Matches played | 517 |
| Win rate | 28.05 |
Use rpsrunner.py to play unranked matches on your computer.
# Your submission name here. This must be unique. If it is already taken, then you will have to choose another one.
if input == "":
output = "P"
if input == "R":
output = "R"
if input == "P":
output = "P"
if input == "S":
output = "S"