fez

Authorfez
Submission date2020-01-23 16:16:33.807280
Rating1855
Matches played206
Win rate16.5

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

Source code:

import random
random.seed(1)
output = random.choice(["R","P","S"])