PracticeRemoving ItemsThere are several methods to remove items from a dictionary:pop()popitem()deldelclear()