Run »
import numpy values = [4,11,7,14] x = numpy.std(values, ddof=1) print(x)
4.396968652757639