In my python code I am using the root = ElementTree.parse(known_file_path).getroot() method to return an XML tree. I know the location of known_file_path
root = ElementTree.parse(known_file_path).getroot()
known_file_path