• 2022-05-31
    下列选项中,不能创建字典对象的语句是( )。
    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)