Q. Which of these about a dictionary is false? (Solved)
1. the values of a dictionary can be accessed using keys
2. the keys of a dictionary can be accessed using values
3. dictionaries aren’t ordered
4. dictionaries are mutable
- b. the keys of a dictionary can be accessed using values