Author | foobar |
Submission date | 2011-08-09 11:47:31.979729 |
Rating | 4495 |
Matches played | 3588 |
Win rate | 41.39 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "R":
output = "P"
if input == "P":
output = "S"
if input == "S":
output = "R"
if input == "":
output = "R"