The Winning One (Paper)

AuthorThe Winner
Submission date2012-04-13 12:55:29.334199
Rating3231
Matches played809
Win rate33.75

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

Source code:

import random

if not input:
    output="P"
else:
    output=random.choice(["R","S","P","P"])