Cisco
300-610 · Question #347
Which Python library must be used to parse this data structure?
The correct answer is D. ElementTree. The data structure shown is XML, and Python’s ElementTree library is specifically designed to parse, navigate, and manipulate XML documents.
Automation
Question
Which Python library must be used to parse this data structure?
Exhibit
Options
- Ajson
- Byaml
- Copenpyxl
- DElementTree
How the community answered
(33 responses)- A3% (1)
- C3% (1)
- D94% (31)
Explanation
The data structure shown is XML, and Python’s ElementTree library is specifically designed to parse, navigate, and manipulate XML documents.
Topics
#Python#XML parsing#ElementTree#Automation scripting
Community Discussion
No community discussion yet for this question.
