pjtrial

AuthorPranav Jindal
Submission date2015-10-17 05:31:47.287018
Rating1987
Matches played464
Win rate22.2

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

Source code:

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