Answered step by step
Verified Expert Solution
Question
1 Approved Answer
hi, can it be done on python please? thanks! This problem makes use of functions and dictionaries. This application involves a directory of email user
hi, can it be done on python please? thanks!
This problem makes use of functions and dictionaries. This application involves a directory of email user names and their email addresses; the application's menu allows the directory to be searched and updated. The mainline and most functions have been written for you, but there are two functions for you to write: the list_email function (line 39 ) and the update_name function (line 78); complete the code below to add these two functions to the email directory system. All other functions work; run the application with various menu choices to familiarize yourself with it. Before writing the update_name function, it would be a good idea to examine the update_email function. In both of these functions, the function definition statement is provided along with comments that accompanied the original code; replace the pass statement with the necessary function logic. Sample output follows, demonstrating the list_email function and the update_name functionStep 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