| Author | pottedmeat | 
| Submission date | 2015-12-02 21:12:22.872057 | 
| Rating | 2179 | 
| Matches played | 437 | 
| Win rate | 21.74 | 
Use rpsrunner.py to play unranked matches on your computer.
if input == "R":
	output = "S" 
elif input == "P":
	output = "R"
elif input == "S":
	output = "P"
else:
	output = "P"