Copycat

Authorcopycat
Submission date2011-06-14 17:59:58.690930
Rating2769
Matches played5240
Win rate26.72

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

Source code:

import random

if input == "":
    output = "R"
else:
    output = input
    
random.seed(0)