test_1

Authorscoppini
Submission date2015-06-30 03:48:39.209129
Rating2199
Matches played492
Win rate22.76

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

Source code:

if input == '':
	round = 0
if round < 333:
	output = 'R'
elif round < 666:
	output = 'P'
else:
	output = 'S'
round += 1