jbuchman-One

AuthorLanfestCO
Submission date2015-08-29 20:19:31.701350
Rating5188
Matches played470
Win rate50.85

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

Source code:

import random

gen = random.SystemRandom()

output = gen.choice(["R","P","S"])