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
The question was posed to me in final exam.
The doubt is from Dictionary topic in division Dictionary, Functions and Built-in Functions of Python