0
can a key be of any type(data type) in a dictionary?if yes,how are these stored in memory ?
please clear my confusion...
1 Answer
+ 1
You can use any immutable type.
https://docs.python.org/3/tutorial/datastructures.html
please clear my confusion...