&&&

Author&&&
Submission date2011-06-20 06:05:29.211040
Rating3458
Matches played4992
Win rate38.36

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

Source code:

import random
if not input:
  output=random.choice("RPS")
  history=""
else:
  history+=input
  output=random.choice(history)