Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. You work for a tech startup, and the decision has been made to create a customer phone directory. You are tasked with writing a
1. You work for a tech startup, and the decision has been made to create a customer phone directory. You are tasked with writing a program in Python to accomplish this task. A. Using the skills that you have practiced in the labs, write a program with the following criteria: B. Upon starting the program, existing records should be read from a text file into a collection. C. The console should allow users to create and delete records. D. The ability to search records by first name, last name, or phone number should exist. E. Upon exiting the program, the collection should be saved into the text file to be loaded next time the application is ran
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