import numpy as np; #均值; np.mean(nums); #中位数; np.median(nums). 求众数方法一:. 在numpy中没有直接的方法,但是也可以这样实现:. [python] ...
確定! 回上一頁