| Author | gafe | 
| Submission date | 2014-10-11 15:00:51.984647 | 
| Rating | 3799 | 
| Matches played | 553 | 
| Win rate | 37.61 | 
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == "":
	output = random.choice(["R","P","S"])
	totalinput = ""
totalinput=totalinput+input
if totalinput != "":
	output = random.choice(totalinput)