def square(array): output = np.empty(len(array)) for i in ... 這裡要提醒的是,能夠使用ufunc 做計算的是numpy array 而不是一般的Python list ...
確定! 回上一頁