anti#not#random

Authorundermite
Submission date2019-11-25 12:35:24.405290
Rating4646
Matches played205
Win rate48.78

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

Source code:

import random
n=random.choice(["R","P","S"])
if n=="R":
  output="P"
elif n=="P":
  output="S"
else:
  output="R"