Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Homework # 2 You are to create a menu driven program that has the following characteristics / functions: 1 . Has an option to add
Homework #
You are to create a menu driven program that has the following characteristicsfunctions:
Has an option to add an IDname pair to a dictionary
Has an option to display the Dictionary in a nice format not just printdictionary
Has an option to delete an item from the dictionary based on the user ID
Has the option to clear the dictionary, but askes the user if they are sure before deleting it
Has a option to only print a single namenumber
The program must be menu driven
The program must contain appropriate comments
As a reminder, you cannot use the break command
Submit the code screen captures of all of the functionality. Submit the py file AND the screen captures. Do NOT zip or compress the files.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started