What is unhashable type list?



What is unhashable type list?..

Answer / Rajnish Kumar Singh

{"unhashable type list": "An unhashable type in Python (or any programming language) refers to a type of data that cannot be used as a key in a dictionary or hash table because it doesn't support the required operations for hashing. Lists are one example of unhashable types in Python, as they don't have a built-in hash value."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Name few classes that implement collection interface?

1 Answers  


How remove all from arraylist?

1 Answers  


What are common data structures?

1 Answers  


What is the Difference between sax and dom parser?

1 Answers  


What is definition list?

1 Answers  


How do you declare An array of three pointers to chars

1 Answers  


On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.

1 Answers   Aspiring Minds,


Is array static or dynamic?

1 Answers  


Can array store heterogeneous data?

1 Answers  


What is vector and types of vector?

1 Answers  


What is pointer in data structure?

1 Answers  


What are linked lists used for?

1 Answers  


Categories