Python · SQLite & XML
What does `ElementTree.parse(file)` return, and how do you get to the top tag? ``` import xml.etree.ElementTree as ET tree = ET.parse("dict.xml") root = tree.??? ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
