adding new root object to dictionary”改写为“向字典中添加新的根对象”,示例如下:
my_dict = {} # 定义一个空字典 new_root = {'name': 'Tom', 'age': 20} # 定义一个新的根对象 my_dict['root'] = new_root # 将新的根对象添加到字典中 print(my_dict) # 输出字典
输出结果为:
{'root': {'name': 'Tom', 'age': 20}}
上一篇:Addingnewmethodstodataframes
下一篇:Addingnodeswithvariableswindowsforms