Question: Write a function that reads delimited strings from a file with names and phone numbers and uses a database to store the names as the
Write a function that reads delimited strings from a file with names and phone numbers and uses a database to store the names as the keys and the phone numbers as the values. Take as input the filename and the name of the person who’s phone number you are looking for. How would you look up the phone number to find the name it belongs to?
Step by Step Solution
3.35 Rating (173 Votes )
There are 3 Steps involved in it
def findPhoneNumberfilename personName Copy info to the database database shelveopengetMediaPathphon... View full answer
Get step-by-step solutions from verified subject matter experts
