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
Answer» 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.
803
0
Do you find this helpful?
10

Discussion

No comments yet