Question: import phoney import csv def present _ menu ( ) : # TODO: Write a function that asks the user if they want to search

import phoney
import csv
def present_menu():
# TODO: Write a function that asks the user if they want to search for a (F) phone number, (A) area code, (E) exchange, or (X) exit
def main():
Q # TODO: Import CSV file as Python list
Q # TODO: Report to the user how many numbers were in the original list
Q # TODO: Use the `phoney.clean_phone_numbers` function to return a list of valid, digit-only phone numbers
Q # TODO: Start a loop that allows the user to search the phone number data
if __name__=="__main__":
main()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!