Skip to content

Instantly share code, notes, and snippets.

@audhiaprilliant
Created April 25, 2022 15:29
Show Gist options
  • Select an option

  • Save audhiaprilliant/9f5443e0169f48c1c53bb96801f556ba to your computer and use it in GitHub Desktop.

Select an option

Save audhiaprilliant/9f5443e0169f48c1c53bb96801f556ba to your computer and use it in GitHub Desktop.
Simulation of Monty Hall Problem
# 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