randFixed

AuthorAlphazone
Submission date2018-07-07 21:30:58.444540
Rating2159
Matches played295
Win rate23.39

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

Source code:

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