1234ert

Authorxyz
Submission date2019-06-08 20:29:41.987172
Rating4681
Matches played236
Win rate47.88

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

Source code:

import random
if input == "": # initialize variables for the first round
        output = random.choice(["R","P","S"])
elif input == "R":
	output = random.choice(["R","P","S"])
elif input == "P":
	output = random.choice(["R","P","S"])
elif input == "S":
	output = random.choice(["R","P","S"])
else:
        output = random.choice(["R","P","S"])