import numpy x=[1.4, 2.7, 3.3, 26.6, 12.7, 21.3] print(numpy.std(x,ddof=1))