Updated on 9/19/19 to use Python 3
Problem scenario
You have a list of first and last names in a file. You want a program to extract the last names based on the first two or three letters. You want to allow the user to dial by last name (to enter phone keys that correspond to letters of last names). You want the user to enter a sequence of numbers that will correspond to the first two or three letters of the person’s last name.
…
Continue reading “How Do You Write a Python Program to Simulate a Dial-by-Name directory?”