!random

Authorundermite
Submission date2019-11-24 19:12:23.512117
Rating5140
Matches played207
Win rate50.72

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])