Test_b001

AuthorBen
Submission date2014-03-16 16:24:21.152855
Rating2703
Matches played626
Win rate24.92

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

Source code:

import random

if input == "":
    count = {'R':0, 'P':0, 'S':0}
else:
    count[input] += 1

output = "P"