南开大学 / Python编程基础
正确率:100%
下列选项中,不能创建字典对象的语句是()。
A.{‘one’:1,‘two’:2,‘three’:3}
B.dict(one:1,‘two’:2,‘three’:3)
C.{one=1,two=2,three=3}
D.dict(one=1,two=2,three=3)
参考答案: