Simpleton

Authorkkjj
Submission date2011-06-09 08:56:20.083225
Rating2259
Matches played5266
Win rate17.96

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

Source code:

if input == "": # initialize variables for the first round
	output = "R"
elif input == "R":
	output = "S"
elif input == "P":
	output = "R"
elif input == "S":
	output = "P"