Random[v0]

AuthorScienceMentorsTest
Submission date2019-07-25 06:15:24.251225
Rating5465
Matches played240
Win rate53.33

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

Source code:

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