Author | NickMass |
Submission date | 2011-06-17 05:18:35.419265 |
Rating | 3019 |
Matches played | 5460 |
Win rate | 30.75 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == "":
lastchoice = " "
lastlastchoice = " "
output = random.choice(["R","P","S"])
else:
lastlastchoice = lastchoice
lastchoice = input
if lastlastchoice == " ":
output = random.choice(["R","P","S"])
else:
output = lastlastchoice