题库 Python题库 题目列表 下列声明字典的语句,错误的是?( )
单选题

下列声明字典的语句,错误的是?(

A.

d={}

B.

d={'name':'Tom','age':20,"salary":3900}

C.

d=dict(title='Python',author='Tom',price=59)

D.

d=list[('name','Jerry'),('age',20)]

题目信息
2021年 9月 选择题
-
正确率
0
评论
45
点击