Cheater

AuthorCheat
Submission date2011-06-14 17:52:27.223857
Rating1832
Matches played5377
Win rate17.95

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

Source code:

import random

if input == "":
    output = "R"
else: 
    output = {'R':'S','P':'R','S':'P'}[input]
    
r = random.random()
random.seed(0)