Examveda

Which of the following isn't true about dictionary keys?

A. More than one key isn't allowed

B. Keys must be immutable

C. Keys must be integers

D. When duplicate keys encountered, the last assignment wins

Answer: Option C


This Question Belongs to Python Program >> Dictionary In Python

Join The Discussion

Related Questions on Dictionary in Python