AlwaysDo2

AuthorJoshB
Submission date2013-10-01 22:49:23.226445
Rating2555
Matches played665
Win rate25.71

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

Source code:

from random import choice

choices = ["R", "P", "S"]

output = input or choice(choices)