单选题

已知ls=[20,30,50,10,90],以下选项中,不能删除元素90的是?()

A

ls.pop(-1)

B

del ls[-1]

C

ls.remove(ls[-1])

D

ls.remove(-1)

赣ICP备20007335号-2