Alex_Random654654

AuthorAlex
Submission date2018-01-29 17:51:19.670490
Rating4817
Matches played306
Win rate48.37

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

Source code:

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


print output