Dictionaries in Python are .

A is a collection of key-value pairs.

If you try to access a key that does not exist in a dictionary, it will result in a(n) .

The method used to remove a key-value pair from a dictionary is ().

The method used to add a new key-value pair to a dictionary is ().