📌  相关文章
📜  arr.shape - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:59.137000             🧑  作者: Mango

代码示例1
The shape attribute for numpy arrays returns the dimensions of the array. 

If Arr has m rows and n columns, then Arr. shape is (m,n)