| Author | MEMEMAN | 
| Submission date | 2018-03-08 18:45:17.188650 | 
| Rating | 2341 | 
| Matches played | 308 | 
| Win rate | 21.1 | 
Use rpsrunner.py to play unranked matches on your computer.
if input == "R":
	output = "P"
if input == "P":
	output = "S"
if input == "S":
	output = "R"
else:
	output = "S"