To create a new dictionary with no items:
dict()
Reason — The function dict() is used to create a new dictionary with no items.