empty_dict = dict() # [use-dict-literal] new_dict = dict(foo="bar") # [use-dict-literal] new_dict = dict(**another_dict) # [use-dict-literal]