CBSE Class 11 Computer Science Question 80 of 88

Tuples and Dictionary — Question 6

Back to all questions
6
Question

Question 6

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.