📜  删除字典python代码示例中的键值

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

代码示例3
del d[key]  # no returns
d.pop(key)  # this returns value