🌈 搜索
📅  最后修改于: 2022-03-11 14:45:50.627000             🧑  作者: Mango
>>> d = {'a':1, 'b':2} >>> for key,val in d.items(): exec(key + '=val')