... array([3,6,9]) y= np.array([2,3,4]) x*y ## 是不是很簡單. #另外 array和list 想叫出你想要的元素時方法是很類似的 #例如. print(x) x[1] # index 從 ...
確定! 回上一頁