demo_ml_numpy_std.py:
import numpy speed = [86,87,88,86,87,85,86] x = numpy.std(speed) print(x)
C:\Users\My Name>python demo_ml_numpy_std.py
0.9035079029052513