Pseudorandom_2.0

Authorzeringus
Submission date2011-11-01 01:48:00.720931
Rating4781
Matches played986
Win rate50.51

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

Source code:

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