🌈 搜索
📅  最后修改于: 2022-03-11 14:45:40.490000             🧑  作者: Mango
// LOOPING SIMULTANIOUSLY for (i,j) in zip(range(12,20),range(22,30)): print(i,j)