体验下掘金 HangH 2018-11-08 77 阅读1分钟 a = [1, 2, 3, 4, 5, 6] for i in a: print(i) a = [i for i in range(1, 7]