详细文字教程: https://morvanzhou.github.io/tutorials/python3 简单教学教程列表的基本功能.例子:a = [1,1,1,1]a.append(2)a.insert(1,2)a.remove(2) # remove the first item whose value ...