BadBot7

AuthorDuMa
Submission date2019-02-05 09:30:22.006783
Rating2640
Matches played250
Win rate24.8

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

Source code:

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