python 使用zip()并行迭代
摘要:python 使用zip()并行迭代 我们可以通过zip()函数对多个序列进行并行迭代,zip()函数在最短序列“用完”时就会停止。 操作:测试zip()并行迭代 # -*- coding: utf-8 -*- # Author:martin_feng import time time_begin
阅读全文
posted @ 2021-11-21 11:58
posted @ 2021-11-21 11:58