列表添加元素
b=[1,2,3]
b.append(4)
append()添加元素。
Pyhton 笔记 第二天 变量与运算符
原文:https://www.cnblogs.com/tngh/p/9308964.html