make empty dict python code example Example 1: empty dictionary python dict_empty = {} Example 2: instantiate a dictionary python new_dict = {}