体验下掘金

77 阅读1分钟

a = [1, 2, 3, 4, 5, 6] for i in a: print(i) a = [i for i in range(1, 7]