在线名词解释大全
专业、全面、易懂的全领域名词百科

下面代码的输出结果是()vlist=list(range(5))print(vlist)

题型:单选题
选项
A. 0 1 2 3 4
B. 0,1,2,3,4,
C. 0;1;2;3;4;
D. [0, 1, 2, 3, 4]
正确答案: