The method used to get the value of a key in a dictionary without raising an error is ().

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

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) .

In Python, dictionaries are denoted by enclosing a comma-separated pair of curly braces with within.

The function used to check if a key is present in a dictionary is ().