Suppose I want to create a dict (or dict-like object) that returns a default value if I attempt to access a key that\'s not in the dict.
dict