A dictionary isn't fixed — you can add new keys, update existing values, and delete pairs. It all goes through the key: assigning to a new key adds, assigning to an existing key updates, and del removes.