1. import xml.etree.ElementTree as ET
    2. tree = ET.parse('country_data.xml')
    3. root = tree.getroot()