单选题

下面Python程序运行后,结果?( )

list1=['a',1,'c',2] 
del list1[1:3]
print(list1)

A

['c',2]

B

['a',1]

C

['a',2]

D

[1,'c']

赣ICP备20007335号-2