random<byest>random

Authorbob
Submission date2019-11-24 19:11:11.783570
Rating4765
Matches played208
Win rate49.52

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

Source code:

import random
a=random.choice(["R","R","P","S"])
b=random.choice(["R","P","P","S"])
c=random.choice(["R","P","S","S"])
output=random.choice([a,b,c])