Examveda

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

D. Values of a dictionary can be a mixture of letters and numbers

Answer: Option C


This Question Belongs to Python Program >> Dictionary In Python

Join The Discussion

Related Questions on Dictionary in Python