Cracken

AuthorSuperMan
Submission date2012-09-26 18:30:06.772385
Rating3163
Matches played767
Win rate29.34

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

Source code:

import random

if input == '':
       two = random.choice(['R','S','P'])
       first = random.choice(['R','S','P'])
else:
       two = first
       first = input

output = two