randerand

Authorrand
Submission date2013-06-09 19:10:29.824125
Rating4849
Matches played680
Win rate48.09

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

Source code:

import random

options = list('RPS') * random.randint(3, 13)
random.shuffle(options)
output = random.choice(options)