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