Juckt Mich Nicht

AuthorMax Mustermann
Submission date2015-11-16 08:18:31.764496
Rating2282
Matches played483
Win rate22.98

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

Source code:

if not input:
    i = 0

i+=1
if i%100==0:
    output = "P"
elif i%10==0:
    output = "S"
else: output = "R"