Author | rand |
Submission date | 2013-06-09 19:10:29.824125 |
Rating | 4849 |
Matches played | 680 |
Win rate | 48.09 |
Use rpsrunner.py to play unranked matches on your computer.
import random
options = list('RPS') * random.randint(3, 13)
random.shuffle(options)
output = random.choice(options)