win_last_round

Authorleowu2017
Submission date2017-12-02 17:04:01.626890
Rating4333
Matches played311
Win rate40.51

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

Source code:

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