Python3内置函数之Z系列

1、zip()

zip()函数用于将多个可迭代对象中的元素按顺序一一对应打包成一个个元组,返回一个可迭代的zip对象。

posted @ 2023-04-04 16:56  逗蓝  阅读(42)  评论(0)    收藏  举报