题目详情
单选题 已知vlist = list(range(5)),则执行语句"vlist[3]="python""之后的vlist的值是( )
A. 0, 1, 2, 'python'
B. [0, 1, 2, 'python'
C. [0, 1, 2, 'python', 4]
D. 0, 1, 2, 'python', 4
学科:Python程序设计
时间:2024-01-04 04:25:25
相关题目
相关作业