Python遍历数组
super
2022-12-15 00:14
1704
array = [1, 2, 3, 4, 5, 6]
for i in array:
print(i)
0 条讨论