源代码
car = { "brand": "Porsche", "model": "911", "year": 1963 } car.pop("model") print(car)
运行结果