Skip to content

Commit 03eff03

Browse files
committed
Update chapter_1_python_basic.ipynb
Fix chapter 1 typos
1 parent f8b4451 commit 03eff03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

chapter_1_python_basic.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"## 1. 变量与数据类型"
14+
"## 1. 变量与基本数据类型"
1515
]
1616
},
1717
{
@@ -898,7 +898,7 @@
898898
"cell_type": "markdown",
899899
"metadata": {},
900900
"source": [
901-
"### 4.1 列表推导式与生成器\n",
901+
"### 4.3 列表推导式与生成器\n",
902902
"\n",
903903
"#### 列表推导式(List Comprehension)\n",
904904
"**语法结构**:\n",
@@ -993,7 +993,7 @@
993993
"cell_type": "markdown",
994994
"metadata": {},
995995
"source": [
996-
"### 4.2 字典高级操作\n",
996+
"### 4.4 字典高级操作\n",
997997
"\n",
998998
"#### 字典推导式(Dict Comprehension)\n",
999999
"**语法结构**:\n",
@@ -1092,7 +1092,7 @@
10921092
"cell_type": "markdown",
10931093
"metadata": {},
10941094
"source": [
1095-
"### 4.3 集合操作(Set Operations)\n",
1095+
"### 4.5 集合操作(Set Operations)\n",
10961096
"\n",
10971097
"**核心特性**:\n",
10981098
"- 无序的唯一元素集合\n",

0 commit comments

Comments
 (0)