Skip to content

Instantly share code, notes, and snippets.

@kirkdotcam
Created October 28, 2019 00:37
Show Gist options
  • Save kirkdotcam/252ee4fc55f19e7dcac47609e39347fe to your computer and use it in GitHub Desktop.
Save kirkdotcam/252ee4fc55f19e7dcac47609e39347fe to your computer and use it in GitHub Desktop.
for guess in range(iterations):
#setup the guess
doors = ['a','b','c']
contestant_choice = random.choice(doors)
prize_door = random.choice(doors)
trial = [contestant_choice]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment