第25907题 单选题
下面Python代码执行后 a 的类型不为 dict 的是( )
A
a = {}
B
a = dict()
C
a = {i: i ** 2 for i in range(10)}
D
a = {1}
程序运行统计
暂无判题统计