| Author | &&& |
| Submission date | 2011-06-20 06:05:29.211040 |
| Rating | 3458 |
| Matches played | 4992 |
| Win rate | 38.36 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if not input:
output=random.choice("RPS")
history=""
else:
history+=input
output=random.choice(history)