How do i modify/manipulate a python dictionary once it is constructed by parsing an xml file l into a required ouput format

后端 未结 0 1562
我在风中等你
我在风中等你 2020-12-02 03:05

Here is the code. I need the dictionary "dict" to be formatted/updated as per the desired output needed.

def etree_2_dict(element): dict = {element.tag: {}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题