Which function is used to remove all items from a particular dictionary?
clear()
Reason — The clear() function is used to remove all items from the particular dictionary and returns an empty dictionary.