Nieuws

speed_ny = [random.normalvariate(55, 5) for i in range(10000)] #creates 10,000 normal distributed numbers with mean=55 and std=5 speed_bo = [random.normalvariate(60, 8) for i in range(10000)] speed_ch ...