Yes I did random.

AuthorJay_jayjay
Submission date2019-11-17 19:34:47.554387
Rating4568
Matches played211
Win rate46.45

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

Source code:

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