Author | pottedmeat |
Submission date | 2015-12-02 21:01:50.218618 |
Rating | 5015 |
Matches played | 455 |
Win rate | 47.25 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "R":
output = "P"
elif input == "P":
output = "S"
elif input == "S":
output = "R"
else:
output = "P"