<languages />
你可以使用 for in 循环遍历数组的所有元素。
for in
打印中的每个项目 cars 数组:
cars
for x in cars: print(x)
Python数组教程
排列
什么是数组
存取阵列
阵列长度
添加数组元素
删除数组元素
数组方法