MCQOPTIONS
Saved Bookmarks
| 1. |
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» C. dictionaries aren’t ordered | |