pip install numpy import numpy #測試程式碼arr = numpy.array([1, 2, 3, 4, 5]) print(arr) #如果覺得每次都要輸入numpy很麻煩,在匯入的時候可以 ...
確定! 回上一頁