Course Content
Learning Statistics with Python
Select all correct statements .
The mean value of the list [0, 6, 8, 10, 4, 2] is 5
The mode value of the list [0, 6, 6, 10, 6, 2] is 0
The median value of the list [10, 14, 17, 18, 34, 89, 60] is 17
The median value of the list [6, 70, 75, 100, 500, 789, 56789, 10000] is 300
Section 1.
Chapter 9