Update 06. 数组操作.ipynb

This commit is contained in:
hanhuijin
2020-10-23 20:45:39 +08:00
parent 36d7953cd7
commit 5fbf7a38b9

View File

@@ -12,7 +12,7 @@
"\n",
"- `numpy.ndarray.shape`表示数组的维度,返回一个元组,这个元组的长度就是维度的数目,即 `ndim` 属性(秩)。\n",
"\n",
"【例】通过修改 shap 属性来改变数组的形状。\n",
"【例】通过修改 shape 属性来改变数组的形状。\n",
"```python\n",
"import numpy as np\n",
"\n",