📜  如何在python代码示例中添加一个列表

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

代码示例2
a_list = [1,2,3]
a_list.append(4)