To create an empty dictionary, we use the statement as:
d1 = {}
Reason — The statement to create an empty dictionary in Python is d1 = {}.