Skip to content

Python Mapping Types

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Python Mapping Types

A mapping object maps hashable values to arbitrary objects. Mappings are mutable objects.

Python Docs - Mapping Types Dict

Previous

Clone this wiki locally