random

Authorpyfex
Submission date2011-06-09 07:56:56.951339
Rating5109
Matches played826
Win rate49.03

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

Source code:

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