The Manipulator

AuthorRednax50204
Submission date2014-09-02 01:02:46.936318
Rating2762
Matches played617
Win rate27.88

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

Source code:

if input == "":
	output = "R"

if input == "R":
	output = "R"
	
if input == "P":
	output = "P"
	
if input == "S":
	output = "S"