Homework Assignment  Number 7

  1. Read ½ of Chapter 6 in Donaldson Book
  2. Secret Code: write a function that takes a string as an argument and prints out a new string consisting of numbers divided by spaces.
  3. Download the functions for converting number strings like 'four hundred and fifty three” into numbers like 453 (any versions that work).

Grading Criteria

  1. Does the program work?
  2. Does it solve the problem described in the question?
  3. Is your code well written and clear?
  4. Did you do anything clever?
  5. Did you solve a more complex version of the problem?
  6.  Is your code elegant?