| Author | curiouscat |
| Submission date | 2012-12-20 18:33:09.088931 |
| Rating | 2640 |
| Matches played | 731 |
| Win rate | 26.95 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "": # initialize variables for the first round
output= "S"
elif input == "R":
output = "R"
elif input == "P":
output = "P"
elif input == "S":
output = "S"