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 |
Name few classes that implement collection interface?
How remove all from arraylist?
What are common data structures?
What is the Difference between sax and dom parser?
What is definition list?
How do you declare An array of three pointers to chars
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.
Is array static or dynamic?
Can array store heterogeneous data?
What is vector and types of vector?
What is pointer in data structure?
What are linked lists used for?