定义一个只包含一项的字典,正确的有()。

定义一个只包含一项的字典,正确的有()。

A.a=1

B.a=1:1

C.a=(1):1

D.a=(1,):1

E.a=dict([1,2])

正确答案:BCD

猜你喜欢