Vidyalelo
Python · Q40

MCQs for Python Dictionaries: Exam

Programming · Python · question 40

Q40

Which of the statements about dictionary values if false?

A.
More than one key can have the same value
B.
The values of the dictionary can be accessed as dict[key]
C.
Values of a dictionary must be unique
Answer
D.
Values of a dictionary can be a mixture of letters and numbers

Answer: Option C

Solution

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