An open API service indexing awesome lists of open source software.

https://github.com/lpryszcz/monty_hall

simple implementation demonstrating Monty Hall
https://github.com/lpryszcz/monty_hall

hall monty problem

Last synced: 2 months ago
JSON representation

simple implementation demonstrating Monty Hall

Awesome Lists containing this project

README

        

# monty_hall
simple implementation demonstrating Monty Hall

To execute, just do:
```bash
./monty_hall.py
```
You should see something lie:
```bash
Success 33258 out of 100000 when change=False. Success rate: 0.33258
Success 66833 out of 100000 when change=True. Success rate: 0.66833
```