#! /usr/bin/python3 #-*- coding:UTF-8 -*- for num1,num2 in zip(range(3),range(100)): print(f'zip键值对为:{num1}{num2}')