probability-calculator/prob_calculator.py

9 lines
156 B
Python
Raw Normal View History

2020-09-29 19:13:24 +02:00
import copy
import random
# Consider using the modules imported above.
class Hat:
def experiment(hat, expected_balls, num_balls_drawn, num_experiments):