Computer Science, asked by tishaahuja06, 9 months ago

median() method belongs to ....................module in Python​

Answers

Answered by indian2020
4

Answer:

Python median() is an inbuilt function of the statistics module in python..

sahi huwa toh like warna report....

♔〘Ł€Ǥ€ŇĐ〙♔τнänκ чöü♥

Answered by IAmAMissingColon
0

Hi there !

median function is inbuilt in Python generally used for data analysis and statistics

but you must import it first using the

import statistic

and then start using it

here example syntax

import statistics

data1 = [ 2, -2, 3, 6, 9, 4, 5 -1]

print("Median Of Data Is: ", statistics.median(data1)

OUTPUT:

Median Of Data Is: 3.5

Hope Its Helping You

Mark It As Brainliest

Similar questions