CBSE Class 11 Informatics Practices Question 64 of 66

Dictionary — Question 7

Back to all questions
7
Question

Question 7

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.