test0.1

Authorr0kk0
Submission date2018-12-10 16:54:41.530764
Rating4228
Matches played273
Win rate44.32

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

Source code:

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