| Author | gigix | 
| Submission date | 2013-10-28 18:50:26.670486 | 
| Rating | 3515 | 
| Matches played | 628 | 
| Win rate | 35.83 | 
Use rpsrunner.py to play unranked matches on your computer.
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