第17479题 单选题
已知Lista=list("five"),执行Lista[2:]=list("rst")后,列表Lista的元素为?
A

['f', 'i', 'v', 'e', 'r', 's', 't']

B

['f', 'r', 's', 't']

C

['f', 'i', 'r', 's']

D

['f', 'i', 'r', 's', 't']

程序运行统计
暂无判题统计