mirror of https://github.com/TwoWater/Python
Merge 67faf2a795
into 39b1d5bad7
commit
7a2842342f
|
@ -19,7 +19,7 @@ iter1 = iter ( str1 )
|
|||
list1 = [1,2,3,4]
|
||||
iter2 = iter ( list1 )
|
||||
|
||||
# 3、tuple(元祖) 对象创建迭代器
|
||||
# 3、tuple(元组) 对象创建迭代器
|
||||
tuple1 = ( 1,2,3,4 )
|
||||
iter3 = iter ( tuple1 )
|
||||
|
||||
|
|
Loading…
Reference in New Issue