100percent

Author-zocker1-
Submission date2011-09-24 18:37:04.098427
Rating4824
Matches played2113
Win rate45.24

Use rpsrunner.py to play unranked matches on your computer.

Source code:

if input == "" or input == "R":
	output = "P"
elif input == "S":
	output = "R"
else:
        output = "S"