MEME

AuthorMEMEMAN
Submission date2018-03-08 18:45:17.188650
Rating2341
Matches played308
Win rate21.1

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

Source code:

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