The size of an N-dimensional array or matrix is the length of each dimension. For example, the size of [[4, 5, 6], [9, 2, 5]] is (2, 3) .
確定! 回上一頁