CODE IN PYTHON. 9.19 LAB: Contact list A contact list is a place where you can store a specific contact with other assoc

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

CODE IN PYTHON. 9.19 LAB: Contact list A contact list is a place where you can store a specific contact with other assoc

Post by answerhappygod »

CODE IN PYTHON.
9.19 LAB: Contact list
A contact list is a place where you can store a specific contactwith other associated information such as a phone number, emailaddress, birthday, etc. Write a program that first takes in wordpairs that consist of a name and a phone number (both strings),separated by a comma. That list is followed by a name, and yourprogram should output the phone number associated with that name.Assume the search name is always in the list.
Ex: If the input is:
the output is:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply