📜  在 dict python 代码示例中重命名键

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

代码示例3
mydict[k_new] = mydict.pop(k_old)