Author | David |
Submission date | 2014-01-10 01:52:59.264991 |
Rating | 2167 |
Matches played | 637 |
Win rate | 20.41 |
Use rpsrunner.py to play unranked matches on your computer.
if input == '':
output = 'R'
moves = 'R', 'P', 'S'
n = len(moves)
#history = {move: 0 for move in moves}
pairs = []
output = 'P'