print(list(range(5)))的输出结果为“[0,1,2,3,4]”。

print(list(range(5)))的输出结果为“[0,1,2,3,4]”。

A.正确

B.错误

正确答案:正确

猜你喜欢