Mutable of object of key-value pairs.

Keys must be immutable so they can be hashed. e.g. str, int, tuple. Not a list or dict.

Create

{"a": 1, "b": 2}
dict(a=1, b=2)