题目:ls=[1,2,3,4,5],which of the following choices could NOT remove the first element from the list?
A. ls.remove(1)
B. ls.pop(1)
C. del ls[0]
D. ls = ls[1:]
答案:评论后可见此内容
推荐使用我们的公众号搜索题目,题目更全,检索更方便。支持语音、图片、文字等多种搜索方式。