python通过for语句遍历数据的代码演示

2022-04-09 00:00:00 语句 遍历 演示

python通过for语句遍历数据的代码演示

for name in ["kak", "John", "Mani", "Matt"]:
   print(name)

相关文章