Pseudorandom_1.0

Authorzeringus
Submission date2011-11-01 01:42:56.231255
Rating3777
Matches played972
Win rate38.58

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

Source code:

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