RandomChoice_b

AuthorYour name
Submission date2020-01-31 19:21:18.889453
Rating4596
Matches played202
Win rate45.05

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

Source code:

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