| Author | bob | 
| Submission date | 2019-11-24 19:11:11.783570 | 
| Rating | 4765 | 
| Matches played | 208 | 
| Win rate | 49.52 | 
Use rpsrunner.py to play unranked matches on your computer.
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])