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