RandomPlayer

AuthorAlegator
Submission date2019-04-01 18:18:56.573361
Rating4532
Matches played253
Win rate47.83

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

Source code:

import random
a=["R","P","S"]
output=a[random.randint(0,2)]