单选题

下面Python代码执行后 a 的类型不为 dict 的是(   )。

A

a = {}

B

a = dict()

C

a = {i: i ** 2 for i in range(10)}

D

a = {1}

赣ICP备20007335号-2