Created
April 25, 2022 15:29
-
-
Save audhiaprilliant/9f5443e0169f48c1c53bb96801f556ba to your computer and use it in GitHub Desktop.
Simulation of Monty Hall Problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Data frame manipulation | |
| import pandas as pd | |
| # Mathematical operations | |
| import numpy as np | |
| # Data visualization | |
| import plotnine | |
| from plotnine import * | |
| # Randomization | |
| import random |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment