Shortest Chooser

AuthorMrMasterplan
Submission date2011-06-10 13:13:14.030727
Rating6113
Matches played5498
Win rate59.77

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

Source code:

if not input:
 h=""
 input="R"
h+=input
import random
output={'R':'P','P':'S','S':'R'}[random.choice(h)]