CBSE Class 11 Computer Science Question 83 of 88

Tuples and Dictionary — Question 9

Back to all questions
9
Question

Question 9

Updating an element in a dictionary at runtime is possible.

Answer

True

Reason — Updating an element in a dictionary at runtime is possible because dictionaries are mutable data structures.