已知ls=[20,30,50,10,90],以下选项中,不能删除元素90的是?()
ls.pop(-1)
del ls[-1]
ls.remove(ls[-1])
ls.remove(-1)
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复