The ............... method removes the last entered element from the dictionary.
popitem()
Reason — The popitem() method removes and returns the last entered key-value pair from the dictionary.