Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 26)
26.
What does the statistics.median() function do?
Calculates the mean of a list of numbers
Finds the mode of a list of numbers
Calculates the median of a list of numbers
Computes the standard deviation of a list of numbers
Answer: Option
Explanation:
The statistics.median() function in Python is used to calculate the median of a list of numbers.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.