下列声明字典的语句,错误的是?( )
d={}
d={'name':'Tom','age':20,"salary":3900}
d=dict(title='Python',author='Tom',price=59)
d=list[('name','Jerry'),('age',20)]