Functions for Statistical Calculations:
statistics.mean(): Calculates the arithmetic mean of a sequence of numbers.
statistics.median(): Calculates the median of a sequence of numbers.
statistics.mode(): Calculates the mode of a sequence of number...