probability-calculator/prob_calculator.py
2020-09-29 10:13:24 -07:00

9 lines
156 B
Python

import copy
import random
# Consider using the modules imported above.
class Hat:
def experiment(hat, expected_balls, num_balls_drawn, num_experiments):