Q. 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

View Answer Option (B)   Programming

0