lucky seven

AuthorYizhe
Submission date2019-01-08 20:39:07.075326
Rating2695
Matches played249
Win rate24.9

Use rpsrunner.py to play unranked matches on your computer.

Source code:

if input == "":
    counter = 0
    output = "P"
else:
    counter += 1
    output = "R" if counter % 7 == 0 else "S"