A simulation of the Monty Hall paradox using Python's built-in pseudo-random number generator
No need to install. Just open a new terminal window and then type
git clone https://github.com/zacwalls/MHSim.git
. Thencd MHSim
. From there, install the required libraries withpip install -r requirements.txt --user
. After that, you can run the simulation withpython script.py
.