Author | MrMasterplan |
Submission date | 2011-06-10 13:13:14.030727 |
Rating | 6113 |
Matches played | 5498 |
Win rate | 59.77 |
Use rpsrunner.py to play unranked matches on your computer.
if not input:
h=""
input="R"
h+=input
import random
output={'R':'P','P':'S','S':'R'}[random.choice(h)]