单选题

假设有一个列表list1=[1,2,3,4,5],下面哪个操作可以移除列表中的第一个元素?( )

A

list1.pop(1)

B

list1.remove(1)

C

del list1[1]

D

list1.clear()

赣ICP备20007335号-2