randpy

Authorrand
Submission date2013-06-09 12:43:09.404456
Rating4783
Matches played685
Win rate48.61

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

Source code:

from random import choice

output = choice(('R', 'P', 'S'))