Given the sample data set
s = [1,1,2,2,2,9,-5,-10,8,0]
Compute the mean, median, mode, variance and standard deviation
on paper/ text editor. Show all calculation steps for full
credit.
Compute and verify the above statistical quantities using
python. You can use the statistics package. Feel free to
modify the sample code provided in the pre-class material. Your
code must clearly print out the required quantities when executed.
The display on screen must clearly say what quantity is being
printed (eg: “The...