| Author | Hades | 
| Submission date | 2015-07-07 13:23:27.251217 | 
| Rating | 5316 | 
| Matches played | 487 | 
| Win rate | 53.18 | 
Use rpsrunner.py to play unranked matches on your computer.
import random
import time
random.seed(time.time())
output = random.choice(["R","P","S"])