摘要: 今日内容概要 重要内置函数 常见内置函数 可迭代对象 迭代器对象 for循环的本质 异常处理/捕获 练习题及答案 1.重要内置函数 1. zip() l1 = [1,2,3,4] l2 = ['jason','kevin','oscar','jerry'] res = zip(l1,l2) prin 阅读全文
posted @ 2022-10-14 23:05 dd随风 阅读(16) 评论(0) 推荐(0) 编辑