CBSE Class 11 Informatics Practices Question 62 of 66

Dictionary — Question 5

Back to all questions
5
Question

Question 5

clear() is used to delete a dictionary.

Answer

False

Reason — The clear() method is used to remove all items from the particular dictionary and returns an empty dictionary.