Skip to content

Commit fd4db96

Browse files
committed
Merge pull request qiwsir#75 from frankwang0909/patch-12
Update 123.md
2 parents f062ac2 + c24dba8 commit fd4db96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

123.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)