标签: python dictionary key
如何为字典键添加多个值?
thisdict = { "brand": "Ford", "model": "Mustang", "year": 1964 } thisdict["year"] = 1968 print(thisdict)