PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Python Multiple Choice Questions
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
Show Answer
Next Question
Correct Answer:
B
Explanation: The values of a dictionary can be accessed using keys but the keys of a dictionary can't be accessed using values.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap