This project provides a simulation of the famous Monty Hall Problem using Python. The problem is a mathematical puzzle that illustrates probability theory.
- Monty Hall Problem simulation with a choice among 3 doors.
- Statistics demonstrating the effectiveness of switching the initial choice.
- Simple and intuitive implementation in Python.
- Python
- Clone the repository to your local machine.
- Run the Python script in your Jupyter notebook.
- Observe the simulation results and compare success rates when switching or keeping the initial choice.
Explore and experiment with the Monty Hall Problem simulation in Python to deepen your understanding of probability theory!
This project is shared under the MIT license. You are free to modify and use it as you wish, even for commercial purposes. If you find it useful, consider giving it a ⭐️.
Anderson Pereira dos Santos