Dictionaries

Keys mapped to values.

Dictionaries

A dict maps keys to values. Assign a new key with d[key] = value; read with d[key]; count entries with len().

NORMAL ~/memra/learn/python-from-zero/dicts utf-8 LF