We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d19cab commit c24dba8Copy full SHA for c24dba8
123.md
@@ -152,7 +152,7 @@
152
153
从返回结果,我们知道,列表[1,2,3]是可迭代的。
154
155
-当然,并不是要你在使用for循环之前,非要判断某个对象是否可迭代。因为至此,你已经晓得了字符串、列表、字典、元组都是可迭代的。
+当然,并不是要你在使用for循环之前,非要判断某个对象是否可迭代。因为至此,你已经知道了字符串str、列表list、字典dict、元组tuple、集合set都是可迭代的。
156
157
##range(start,stop[, step])
158
@@ -287,4 +287,4 @@
287
288
[总目录](./index.md) | [上节:语句(2)](./122.md) | [下节:语句(4)](./124.md)
289
290
-如果你认为有必要打赏我,请通过支付宝:**qiwsir@126.com**,不胜感激。
+如果你认为有必要打赏我,请通过支付宝:**qiwsir@126.com**,不胜感激。
0 commit comments