toto2

Authormiette
Submission date2011-07-14 13:52:20.407466
Rating2760
Matches played4410
Win rate28.53

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

Source code:

import random

if input == "":
  output = "P"
elif 1 > 0.5:
	output = input
else:
  output = random.choice(["R","P","S"])