📜  添加一个元素以列出 python 代码示例

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

代码示例1
a=[8,5,6,1,7]
a.append(9)