Author | Spencer Egart |
Submission date | 2013-10-02 13:41:17.161266 |
Rating | 2242 |
Matches played | 647 |
Win rate | 23.8 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "R":
output = "S"
elif input == "P":
output = "R"
else:
output = "P"