Homework
- Continue with Oct8_PhoneDictionary.py.
- Add a new feature to exit from program if user enter “exit”.
- Add a new feature to print all name and phone numbers in the dictionary. To do this, read page 100 to 101 from the book.
What do you want to do
1. Add a phone number
2. Find a phone number
3. List all phone numbers
Enter your selection (enter "exit" to quit): 3
LIST ALL PHONE NUMBERS
Gamas - (626) 532-7844
Helen - (888) 888-8888
Jing Jing - (700) 777-7777
What do you want to do
1. Add a phone number
2. Find a phone number
3. List all phone numbers
Enter your selection (enter "exit" to quit): exit
Thank you for using this AYC LOGIC Phone dictionary.