🌈 搜索
📅  最后修改于: 2022-03-11 14:45:06.958000             🧑  作者: Mango
arr = [1,2,3,4] arr = iter(arr) for x in arr: print(x, next(arr))