(单选题, )下面代码的输出结果是( ) 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;
正确答案是A