PythonNote My Python Note List常用操作 list.remove(obj) 移除列表中某个值的第一个匹配项 list.append(obj) 在列表末尾添加新的对象 list.insert(index, obj):将对象插入列表