Get your own Python server Result Size: 625 x 565
x
 
import numpy
values = [4,11,7,14]
x = numpy.mean(values)
print(x)
9.0