Deliveroo Interview Question

what data type cant be used as key in a dictionary?

Interview Answer

Anonymous

Oct 13, 2022

Mutable types (List and dictionary). The immutable ones (tuple and string can be used