horny_lama_test_2

Authorhorny_lama
Submission date2015-05-04 05:28:19.726642
Rating2396
Matches played527
Win rate20.87

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

Source code:

if input=="":
    beats={'R':'P', 'P':'S', 'S':'R'}
    last='R'

else:
    last=input
    
output=beats[beats[last]]