我们可以使用**np.mean()和np.average()**来计算这个数组的平均数值: import numpy as np #calculate average value of array np.mean(data) ...
確定! 回上一頁