paper-and-rock

Authorhahasee
Submission date2011-06-11 00:57:17.086302
Rating3519
Matches played5259
Win rate28.33

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

Source code:

if input == "":
    count = 0

if count % 2 == 0:
    output = "P"
    count = 1
else:
    output = "R"
    count = 0