X Tutup
Skip to content

Commit c24dba8

Browse files
committed
Update 123.md
你已经知道了字符串str、列表list、字典dict、元组tuple、集合set都是可迭代的。
1 parent 5d19cab commit c24dba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

123.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
从返回结果,我们知道,列表[1,2,3]是可迭代的。
154154

155-
当然,并不是要你在使用for循环之前,非要判断某个对象是否可迭代。因为至此,你已经晓得了字符串、列表、字典、元组都是可迭代的
155+
当然,并不是要你在使用for循环之前,非要判断某个对象是否可迭代。因为至此,你已经知道了字符串str、列表list、字典dict、元组tuple、集合set都是可迭代的
156156

157157
##range(start,stop[, step])
158158

@@ -287,4 +287,4 @@
287287

288288
[总目录](./index.md)   |   [上节:语句(2)](./122.md)   |   [下节:语句(4)](./124.md)
289289

290-
如果你认为有必要打赏我,请通过支付宝:**qiwsir@126.com**,不胜感激。
290+
如果你认为有必要打赏我,请通过支付宝:**qiwsir@126.com**,不胜感激。

0 commit comments

Comments
 (0)
X Tutup