# coding=utf-8
list1 = [1, 2, 3, 4, 5]

for value in list1:
    print(value)
for循环遍历

相关文章: