Probably quite weak

Authordllu
Submission date2011-05-22 04:36:16.302903
Rating4390
Matches played7495
Win rate40.59

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

Source code:

if not input:
	lloutput = 'P'
	loutput = output = 'P'
	linput = 'P'
	num = 0;
else:
	if num<3:
		output = 'P'
	elif input == {'R':'P','P':'S','S':'R'}[linput]:
		output = {'R':'S','P':'R','S':'P'}[input]
	elif input == {'R':'S','P':'R','S':'P'}[linput]:
		output = {'R':'R','P':'P','S':'S'}[input]
	elif input == {'R':'R','P':'P','S':'S'}[linput]:
		output = {'R':'P','P':'S','S':'R'}[input]
lloutput = loutput
loutput = output
num+=1
linput = input