W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
python_ml_numpy_var.py:
import numpy speed = [32,111,138,28,59,77,97] x = numpy.var(speed) print(x)