CBSE Class 12 Computer Science
Question 30 of 120
Review of Python Basics — Question 4
Back to all questionsB, C, D
Reason —
(B) Tuples are immutable data types in Python, meaning their values cannot be changed after creation.
(C) Dictionary keys must be unique, we cannot repeat a key in a dictionary.
(D) The clear() function is used to remove all elements from a dictionary, not to delete the dictionary itself.