Cisco
300-610 · Question #347
300-610 Question #347: Real Exam Question with Answer & Explanation
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.
Question
Which Python library must be used to parse this data structure?
Exhibit
Options
- Ajson
- Byaml
- Copenpyxl
- DElementTree
Explanation
The data structure shown is XML, and Python’s ElementTree library is specifically designed to parse, navigate, and manipulate XML documents.
Community Discussion
No community discussion yet for this question.
