Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 273 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 273 Bytes

Monty Hall game

To play run: python game.py

To run n games in a row, run: python game.py 100 3 0
Where:

  • 100 is number of games
  • 3 is the door choice for all 100 games(optional, default: 1)
  • 0 is if don't want to change door(optional, by default changes door)