Wide Simple Hopper

AuthorVaran
Submission date2011-06-09 08:06:29.126111
Rating4717
Matches played5170
Win rate49.26

Use rpsrunner.py to play unranked matches on your computer.

Source code:

import random

count = 0

if(count == 0):
	count = random.randrange(1, 50)
	choice = random.choice(["R","P","S"])

count -= 1

output = choice;