We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253d5e7 commit 67faf2aCopy full SHA for 67faf2a
Article/PythonBasis/python7/2.md
@@ -19,7 +19,7 @@ iter1 = iter ( str1 )
19
list1 = [1,2,3,4]
20
iter2 = iter ( list1 )
21
22
-# 3、tuple(元祖) 对象创建迭代器
+# 3、tuple(元组) 对象创建迭代器
23
tuple1 = ( 1,2,3,4 )
24
iter3 = iter ( tuple1 )
25
0 commit comments