多项选择题

已知列表lst=[1,2,3,4,5],则以下不能在列表最后添加新的元素6的表达式有:
A、lst.append(6)
B、lst.insert(-1,6)
C、lst.insert(5,6)
D、lst.insert(6)

微信扫码免费搜题