A mapping object maps hashable values to
arbitrary objects. Mappings are mutable objects. There is
currently only one standard mapping type, the
dictionary. (For other containers see the
built in list, set, and tupleclasses, and the
collectionsmodule.)