i dunno

Authorgaz
Submission date2019-04-24 19:20:45.762890
Rating4534
Matches played250
Win rate44.8

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

Source code:

if input == "":
	last = ""
	output = "R"
	thisdict =	{"R": "P", "P": "S", "S": "R"}
else:
	output = thisdict[input]