📜  python dict - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:36.255000             🧑  作者: Mango

代码示例6
thisdict = {
  "brand": "Ford",
  "model": "Mustang",
  "year": 1964
}
print(thisdict["brand"])