clear() is used to delete a dictionary.
False
Reason — The clear() method is used to remove all items from the particular dictionary and returns an empty dictionary.
clear()