CBSE Class 11 Computer Science Question 82 of 88

Tuples and Dictionary — Question 8

Back to all questions
8
Question

Question 8

List can be used as keys in a dictionary.

Answer

False

Reason — Lists cannot be used as keys in a dictionary because they are mutable. Dictionary keys must be immutable.