randomizer

Authorbrad
Submission date2011-05-26 20:29:06.480153
Rating5020
Matches played2399
Win rate49.06

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

Source code:

import random
output = random.choice(['R', 'P', 'S'])