Programming Exercise 14

  < Previous  Next >

Due Date

See the calendar for due date.

Assignment:

Many companies use telephone numbers like 555-GOT-SOME so the number is easier for their customers to remember. On a standard telephone, the letters are mapped to numbers in the following order:

Examples

The following are examples of correct execution (with the text in bold being the input from the user):
Enter a phone number to be translated: 555-GOT-SOME

555-468-7663
Enter a phone number to be translated: 800-red-cross
      
800-733-27677

Submission

Submit your python script using the handin program. For handin, for this lab, type the following in a terminal window exactly as it appears:
handin  pe14  pe14.py
To verify your submission, type the following in a terminal window:
handin  pe14