Iterable. 可迭代的就是逻辑上是“一排”的东西,比如列表、字典、元组都是iterable。 >>> iter([1,2,3]). <listiterator object at 0x026C8970>. >>> iter({1:2, 2:4}).
確定! 回上一頁