nice

Authorandrew
Submission date2011-06-10 01:18:45.319352
Rating3158
Matches played5394
Win rate28.94

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

Source code:

if input == "":
        count = 0
	output = "S"
else:
        count += 1
        if (count % 7) == 0:
            output = "P"
        else:
            output = input