| Author | WRC |
| Submission date | 2014-10-11 06:12:00.329045 |
| Rating | 2468 |
| Matches played | 583 |
| Win rate | 26.24 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if input:
output = input
else:
output = random.choice(["R","P","S"])