wha is t he median of the integers between 1 and 1000 that are diviible by 28
By Heidi Barton at Sep 24 2020
0
write a function that calculates the mean, median, variance, standard deviation, minimum and maximum of of list of items. you can assume the given list is contains only numerical entries, and you may use numpy functions to do this.