| Author | skynet |
| Submission date | 2011-06-09 16:48:39.395999 |
| Rating | 4204 |
| Matches played | 5190 |
| Win rate | 41.41 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
output = "R"
elif input == "R":
output = "P"
elif input == "P":
output = "S"
elif input == "S":
output = "R"