Author | RANDOM_=D |
Submission date | 2011-05-22 05:58:19.357170 |
Rating | 3380 |
Matches played | 7454 |
Win rate | 32.44 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if not input:
lloutput = loutput = output = 'R'
else:
lloutput = loutput
loutput = input
if fakeinput == {'R':'P','P':'S','S':'R'}[lloutput]:
output = {'R':'R','P':'P','S':'S'}[loutput]
elif fakeinput == {'R':'S','P':'R','S':'P'}[lloutput]:
output = {'R':'P','P':'S','S':'R'}[loutput]
elif fakeinput == {'R':'R','P':'P','S':'S'}[lloutput]:
output = {'R':'S','P':'R','S':'P'}[loutput]
r = random.randrange(0,2)
if r==2:
move = random.randrange(0,3)
if move == 1:
output = "R"
elif move == 2:
output = "P"
else:
output = "S"
fakeinput = output