dictionary in python blank code example Example 1: empty dictionary python dict_empty = {} Example 2: python initialize empty dictionary d = dict() d = {}