This program has been disqualified.
| Author | pyfex |
| Submission date | 2011-06-12 22:56:14.923267 |
| Rating | 5594 |
| Matches played | 4938 |
| Win rate | 59.5 |
import random
if input == "":
random.seed()
r = random.random()
played = []
output = 'S'
else:
random.seed()
played.append(input)
expected = random.choice(played)
output = {'P': 'S', 'R': 'P', 'S':'R'}[expected]
random.seed(16)