The Winning One (Scissors)

AuthorThe Winner
Submission date2012-04-13 12:56:06.413854
Rating2929
Matches played799
Win rate24.41

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

Source code:

import random

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