Exercise 2: Nested Hash
Practice retrieving hash data stored inside another hash.
Problem statement
We have a nested hash called dictionary
that contains other hashes as stored values. We ...
Practice retrieving hash data stored inside another hash.
We have a nested hash called dictionary
that contains other hashes as stored values. We ...