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