📜  如何在python代码示例中做一个数组

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

代码示例3
#I just printed mine like this! Hope it helps!

array = ["1st", "2nd", "3rd"]
print(array)

#There are other ways too and different things you can put in the array!