匯入numpy套件,為了簡化程式碼,將它套件另外命名成np import numpy as np # 建立一個陣列,有4個資料 w = np.array([7, -1, 6, 3]) # 印出陣列w print(w) # 判斷陣列 ...
確定! 回上一頁