| Author | Tom131 | 
| Submission date | 2018-03-07 17:46:57.570570 | 
| Rating | 2453 | 
| Matches played | 292 | 
| Win rate | 23.29 | 
Use rpsrunner.py to play unranked matches on your computer.
i = 0
moves = [1,1,1,2,3,2,3,2,2,1,1,3,3,2,3,2,2,3,3,3,2,2,1,3,1,3,1,2,2,1,1,1,2,3,3,2,1,3,2,2,2,2,3,2,1,3,3,1,2,1,1,2,3,2,1,3,2,1,3,12,2,1,3,2,2,3,3,2,1,1,2,3,3,2,3,1,1,2,2,2,3,3,2,3,1,1,2,1,3,1,2,1,3,3,2,3,1,1,2,1,3,1,3,1,2]
name = ["R", "S", "P"]
output = name[moves[i] - 1]
i += 1
if i > 99:
    i = 0