filmov
tv
7. Menu driven python program to perform operations on dictionaries.

Показать описание
This video will explain python code for the problem: Create a dictionary for phones and their prices. Write functions to add a new entry (phone:price) ,search for a particular phone and retrieve price, given price find phones with same price , remove an entry, display all phones sorted according to price [Program must be menu driven]