replay.py

AuthorWRC
Submission date2014-10-11 06:12:00.329045
Rating2468
Matches played583
Win rate26.24

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

Source code:

import random

if input:
    output = input
else:
    output = random.choice(["R","P","S"])