Description
Description
Description
Description
Key Points dict.remove is the method to vanish an elements from the dictionary.dict.values is the method to return the values from the dictionary.dict.items is the method to get the key and value pair from the dictioanry.