Author | ben haley |
Submission date | 2012-08-12 00:13:46.799137 |
Rating | 5389 |
Matches played | 774 |
Win rate | 50.13 |
Use rpsrunner.py to play unranked matches on your computer.
s1 = {}
exec """
# See http://overview.cc/RockPaperScissors for more information about rock, paper, scissors
# Similar to switching10 with an additional beat2 and complement function
from random import choice
output = choice('RPS')
""" in s1
output = s1['output']