| Author | testguy | 
| Submission date | 2011-05-22 02:32:18.680830 | 
| Rating | 3148 | 
| Matches played | 7550 | 
| Win rate | 26.52 | 
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
    plays = ['R','R','R','S','S','S','P','P','P']	
    playcount = 0
output = plays[playcount]
print "playing %s" % output
playcount = (playcount+1) % 9