Author | Steeler |
Submission date | 2011-06-09 16:15:21.506361 |
Rating | 1405 |
Matches played | 5560 |
Win rate | 16.24 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "" or input == "R":
output = "S"
elif input == "S":
output = "P"
elif input == "P":
output = "R"
else:
output = 5 / (5 - 3 - 2)