Vidyalelo
Python · Q53

MCQs for Python Dictionaries: Exam

Programming · Python · question 53

Q53

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
Answer
C.
Dictionaries aren't ordered
D.
Dictionaries are mutable

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board