Informatics Practices
clear() is used to delete a dictionary.
Python Dictionaries
1 Like
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.
1 Like
False
Reason — The clear() method is used to remove all items from the particular dictionary and returns an empty dictionary.
Answered By
2 Likes