McqMate
| 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. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet