Advertisements
Advertisements
Question
State if the following statement is True or False:
Using the statistics module, the output of the below statements will be 20:
import statistics
statistics.median([10, 20, 10, 30, 10, 20, 30])
True or False
Advertisements
Solution
This statement is true.
shaalaa.com
Is there an error in this question or solution?
