demo_ml_numpy_std2.py:
import numpy speed = [32,111,138,28,59,77,97] x = numpy.std(speed) print(x)
C:\Users\My Name>python demo_ml_numpy_std2.py
37.84501153334721