字典赋值

可以快速上手的开发文档

#字典赋值
字典赋值

python如何给字典的键对应的值为字典项的字典赋值

问题1:需要得到一个类似{“demo”:{“key”:”value”}}这样格式的字典dic。dic=dict()dic_temp=dict..