Dictionary

Learn to store key-value pairs.

We'll cover the following

Overview

Dictionaries are key-value stores. These are mappings between keys and associated values. We can imagine a dictionary as a book where we have words and associated translations. Words are keys and translations are values:

Get hands-on with 1200+ tech skills courses.