Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit a752f74

Browse files
update ch2 notes
1 parent 829335d commit a752f74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

02-array-seq/02-notes.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,7 @@
210210
"cell_type": "markdown",
211211
"metadata": {},
212212
"source": [
213-
"用了生成器表达式后,内存里不会留下一个6个组合的列表,因为generator expression会在每次for循环时才生成一个组合。\n",
214-
"\n",
215-
"## 2.3 元组不仅仅是不可变的列表"
213+
"# 2.3 元组不仅仅是不可变的列表"
216214
]
217215
}
218216
],

0 commit comments

Comments
 (0)