问题 更新时间2023/6/29 13:47:00 下列选项中,不能创建字典对象的语句是( )。A.dict(.one.:1, .two.:2, .three.:3)B.{.one.:1, .two.:2, .three.:3} C.dict(zip([.one.,.two.,.three.], [1,2,3]))D.dict([(.one.,1), (.two.,2), (.three.,3)]) 答案 登录 注册 A 出自:国家开放大学 >> 国家开放大学Python程序设计