Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Project Management in Practice

Authors: Samuel J. Mantel Jr., Jack R. Meredith, Sco

4th edition

470533013, 978-0470533017

Students also viewed these Databases questions