アットウィキロゴ

000kkkh

import numpy as np
a = np.array([1.0,2.0,3.0,4.0,5.0])
z=np.std(a) 
print(z)
最終更新:2017年11月03日 00:30