Simple Hopper 2

AuthorVaran
Submission date2011-06-09 08:48:48.372953
Rating2360
Matches played5574
Win rate22.26

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

Source code:

import random

if input == "":
	count = 0

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

count -= 1

output = choice;