RPS

AuthorRand
Submission date2011-06-09 15:48:23.610813
Rating4667
Matches played843
Win rate48.87

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

Source code:

import random
foo = 1
output = random.choice(["R","P","S"])