Lose to Last Input

AuthorCesar Espinoza
Submission date2017-10-02 17:25:34.264280
Rating2037
Matches played328
Win rate21.04

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

Source code:

if not input:
    output = 'P'
else:
    output = {'R':'S', 'P':'R', 'S':'P'}[input]