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
I have been asked this question in a job interview.
My enquiry is from Dictionary topic in section Dictionary, Functions and Built-in Functions of Python