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

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

相关文章:

  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-01-12
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-31
  • 2021-07-30
  • 2021-07-31
  • 2021-12-06
  • 2021-05-29
  • 2022-12-23
相关资源
相似解决方案