| Author | jmo |
| Submission date | 2018-03-08 20:54:04.394300 |
| Rating | 2393 |
| Matches played | 294 |
| Win rate | 21.77 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == "":
pastMoves = []
output = "R"
else:
pastMoves.append(input)
output = pastMoves[len(pastMoves) - 1]