| Author | Varan |
| Submission date | 2011-06-09 08:48:48.372953 |
| Rating | 2360 |
| Matches played | 5574 |
| Win rate | 22.26 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == "":
count = 0
if(count == 0):
count = random.randrange(1, 50)
choice = random.choice(["R","P","S"])
count -= 1
output = choice;