The shape of a NumPy array represents its dimensions. For example, the shape of the array [[1 2 3] [4 5 6]] is (2, 3) which represents 2 rows and 3 columns.
確定! 回上一頁