test1123

Authorgigix
Submission date2013-10-28 18:50:26.670486
Rating3515
Matches played628
Win rate35.83

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

Source code:

import random

if input == "":
  output = random.choice(["R","P","S"])
else:
  whatif = random.randint(0,1)
  if whatif == 1:
    output = random.choice(["R","P","S"])
  else:
    output = input