Do Same Input

AuthorCesar Espinoza
Submission date2017-10-02 17:23:21.044750
Rating3321
Matches played344
Win rate30.23

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

Source code:

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