Author | -zocker1- |
Submission date | 2011-09-24 18:37:04.098427 |
Rating | 4824 |
Matches played | 2113 |
Win rate | 45.24 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "" or input == "R":
output = "P"
elif input == "S":
output = "R"
else:
output = "S"