CBSE Class 11 Computer Science Question 88 of 88

Tuples and Dictionary — Question 14

Back to all questions
14
Question

Question 14

We cannot delete a dictionary once created.

Answer

False

Reason — We can delete a dictionary in Python using the del statement.