Author | randomnumber53_TESTS |
Submission date | 2012-01-26 04:00:22.737832 |
Rating | 4177 |
Matches played | 845 |
Win rate | 42.72 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
output = "R"
else:
if input == "R":
output = "P"
if input == "P":
output = "S"
if input == "S":
output = "R"