Get your own Python server Result Size: 625 x 565
x
 
import numpy
values = [13,21,21,40,42,48,55,72]
x = numpy.median(values)
print(x)
41.0