periczeljkosmederevo R1.4

AuthorPeric N Zeljko
Submission date2012-10-31 10:25:17.240739
Rating4373
Matches played745
Win rate45.1

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

Source code:

import random
if input == "":
        seed = random.randint(1,99999999)
        random.WichmannHill()
        o = "R"
else :
        o = random.choice(["R","P","S"])

output = o