| Author | curiouscat | 
| Submission date | 2012-12-20 18:37:53.327054 | 
| Rating | 1718 | 
| Matches played | 699 | 
| Win rate | 16.02 | 
Use rpsrunner.py to play unranked matches on your computer.
if input == "": # initialize variables for the first round
	output= "S"
elif input == "R":
	output = "S"
elif input == "P":
	output = "R"
elif input == "S":
	output = "P"