题库 Python题库 题目列表 a=['Welcome','to','Python'...
单选题

a=['Welcome','to','Python','World','!'],以下哪条语句无法删除列表a中的元素Python

A.

del a[2]

B.

a.pop(2)

C.

a.pop('Python')

D.

a.remove('Python')

题目信息
2022年 6月 选择题
100%
正确率
0
评论
35
点击