CBSE Class 11 Computer Science Question 23 of 112

Dictionaries — Question 3

Back to all questions
3
Question

Question 3

Dictionaries are ............. data types of Python.

  1. mutable
  2. immutable
  3. simple
  4. all of these
Answer

mutable

Reason — Dictionaries are mutable data types of Python since its entries can be added, removed, and changed in place.