Given this xml file, please help me complete the following: This XML document co
ID: 664760 • Letter: G
Question
Given this xml file, please help me complete the following:
This XML document contains records for CDs. The root element is CATALOG and contains a series of CD elements, each of which has a number of child elements such as TITLE, PRICE and so on.
Write a program that will read the file and print out the following information with an appropriate message:
The total number of CDs in the file and the total price of purchasing one of each.
The minimum, maximum, and average price for the CDs in the file.
The total number of CDs released in the year 1990.
Print the names of all artists who are from America (USA).
Use list comprehensions to minimize the code required in parts a – d.
Should be in python, with appropriately named variables and using list comprehensions to minimize the code.
Link to the xml file:
https://drive.google.com/file/d/0B5FX84Uyz9fjOGhHQl9RdHFuVlU/view