reverse_logic

Authorpottedmeat
Submission date2015-12-02 21:12:22.872057
Rating2179
Matches played437
Win rate21.74

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

Source code:

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