第13437题 单选题
给定Python列表list1=[1,2,3,4,5],以下哪个操作可以移除列表中的第一个元素?
A
list1.pop(1)
B
list1.remove(1)
C
del list1[1]
D
list1.clear()
程序运行统计
暂无判题统计