第27784题 单选题
下列Python代码片段中,运行后不会抛出异常的是?
A

dict([1, 2, 3])

B

list('python')

C

set(1, 2, 3)

D

tuple(123)

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析