import numpy as np np.sum(range(10000000)) Out[117]: -2014260032. 和直接用内置的函数计算结果不一样. sum(range(10000000)) Out[118]: ...
確定! 回上一頁