Home / Report Question

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

Correct Answer: B