运行 ❯
获得你的
个人 Python
服务器
×
改变方向
改变主题,深色/浅色
去 Spaces
thisdict = { "brand": "Ford", "model": "Mustang", "year": 1964 } x = thisdict["model"] print(x)
野马