| Author | Cheater | 
| Submission date | 2011-06-14 18:15:50.820071 | 
| Rating | 4304 | 
| Matches played | 5383 | 
| Win rate | 41.33 | 
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == "":
    output = "R"
else:
    output = {'R':'P','P':'S','S':'R'}[input]
    
random.seed(0)