组队学习资料

This commit is contained in:
hanhuijin
2020-10-24 12:44:42 +08:00
parent d665150048
commit 6e8c34b2dd
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**交换数组arr中的列1和列2。**\n",
"**交换数组arr中的列1和列3。**\n",
"\n",
"- `arr = np.arange(9).reshape(3, 3)`\n",
"\n",

View File

@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### **交换数组arr中的列1和列2。**\n",
"### **交换数组arr中的列1和列3。**\n",
"\n",
"- `arr = np.arange(9).reshape(3, 3)`\n",
"\n",