T,適用於一、二維數組. In [1]: import numpy as np In [2]: arr = np.arange(20).reshape(4,5)#生成一個4行5列的數組In [3]: arr Out[3]: array([[ 0 ...
確定! 回上一頁