源代码
import numpy speed = [32,111,138,28,59,77,97] x = numpy.std(speed) print(x)
运行结果