Author | Yizhe |
Submission date | 2019-01-08 20:39:07.075326 |
Rating | 2695 |
Matches played | 249 |
Win rate | 24.9 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
counter = 0
output = "P"
else:
counter += 1
output = "R" if counter % 7 == 0 else "S"