📜  python 打印一个数组 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:14.888000             🧑  作者: Mango

代码示例2
a = [1,2,3,4,5]
print(a)