print out all words from a phone numbers
From Programming Interviews Exposed: A phone has up to four possible letters for each digit. Write a program to print out all possible words (not necessarily dictionary words). Do it recursively and iteratively. In Python: …