Use the internet and python online documentation, do thefollowing: 1. Create a dictionary with name and value paris (suchas grocery, books, cars or what ever list of items with prices youwant). 2. Use existing functions (such as min,max, sorted) toextract a. Item with min price ( BMW, $4) b. Item with max price(Chevy, $100) c. print out the dictionary sorted from low tohigh.
Can you please help me to answer this question
Thanks
Solution