| Author | SuperMan | 
| Submission date | 2012-09-26 18:30:06.772385 | 
| Rating | 3163 | 
| Matches played | 767 | 
| Win rate | 29.34 | 
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == '':
       two = random.choice(['R','S','P'])
       first = random.choice(['R','S','P'])
else:
       two = first
       first = input
output = two