Result Size: 625 x 571
demo_ml_numpy_std.py:
x
 
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