摘要: 迭代器 isinstance(对象, 类型) 判断xx对象是否是xxx类型的 from collections import Iterable # 可迭代的 from collections import Iterator # 迭代器 判断列表 [1,2,3] 是不是可迭代的 lst = [1, 2 阅读全文
posted @ 2020-09-24 21:36 邹邹很busy。 阅读(296) 评论(0) 推荐(0) 编辑