Examveda

Which of these about a dictionary is false?

A. The values of a dictionary can be accessed using keys

B. The keys of a dictionary can be accessed using values

C. Dictionaries aren't ordered

D. Dictionaries are mutable

Answer: Option B


This Question Belongs to Python Program >> Dictionary In Python

Join The Discussion

Related Questions on Dictionary in Python