python遍历多个列表

for number, lowercase, capital in zip(list1, list2, list3):

原文地址:https://www.cnblogs.com/qiaoer1993/p/10805670.html