News

The dictionary functions in a similar fashion to the Python list, in that it is a collection of data. In this case, however, dictionaries hold key-value pairs instead of single values.
Python comes with a collection of built-in data types that make common data-wrangling operations easy. Among them is the list , a simple but versatile collection type.