rock-and-scissors

Authorhahasee
Submission date2011-06-11 00:57:42.416673
Rating2905
Matches played5258
Win rate26.21

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

Source code:

if input == "":
    count = 0

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