53test1

Authorrandomnumber53_TESTS
Submission date2012-01-26 04:00:22.737832
Rating4177
Matches played845
Win rate42.72

Use rpsrunner.py to play unranked matches on your computer.

Source code:

if input == "":
    output = "R"
else:
    if input == "R":
        output = "P"
    if input == "P":
        output = "S"
    if input == "S":
        output = "R"