You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('The bus stopped', l, 'times, the max number of passengers was:', max(a) ,'the average occupation was ', statistics.mean(a) ,' and the standard deviation was' ,numpy.std(a))