shape :每個維度的元素個數(以Tuple型式呈現) size:總個數 >>> import numpy as np # 大家習慣的縮寫方式>>> a = np.array([1, 5, 3, -1]) # 一維陣列>>> a array([1, ...
確定! 回上一頁