| Author | hawk |
| Submission date | 2011-06-09 10:08:46.054962 |
| Rating | 3158 |
| Matches played | 5226 |
| Win rate | 30.58 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == "":
index = random.randint(0, 2)
else:
index = (index + 1) % 3
output = "RSP"[index]