Qus : Which of these about a dictionary is false?
Qusएक ड़िक्शनरी के बारे में इनमें से कौन गलत है?
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
Solution
B. The keys of a dictionary can be accessed using values
Explanation
The values of a dictionary can be accessed using keys but the keys of a dictionary can’t be accessed using values.