Ad
  • Default User Avatar

    I see you asked this 4 years ago. But I'd like to clairfy for others.
    A better description would be:

    "Create a dictionary object for each number.
    For each object, have the key be the number as a string.
    For each object, have the value be the character this number refers to in the ASCII table.

    Return a list of the dictionary objects."

    Maybe this is too revealing