tat 4 tit

Authorbrad
Submission date2011-05-25 20:41:12.517519
Rating4476
Matches played6951
Win rate37.26

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

Source code:

if input == '':
  output = 'R'

else:
  output = { 'R': 'P', 'P': 'S', 'S': 'R' }[input]