第14638题 单选题
下列Python代码执行后,print输出的结果是?
lis = list(range(1,4))
print(lis)
A

[0, 1, 2, 3]

B

{0, 1, 2, 3}

C

[1, 2, 3]

D

{1, 2, 3}

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