Informatics Practices
clear() is used to delete a dictionary.
Python Dictionaries
8 Likes
Answer
False
Reason — The clear() method is used to remove all items from the particular dictionary and returns an empty dictionary.
Answered By
2 Likes
clear() is used to delete a dictionary.
8 Likes
False
Reason — The clear() method is used to remove all items from the particular dictionary and returns an empty dictionary.
Answered By
2 Likes