Computer Science, asked by neerajagrawal88296, 1 month ago

though tuple are immutable type, yet they can not always be used as key in a dictionary. what is the condition to use tuple as a key in a dictionary​

Answers

Answered by beulab2006
3

Answer:

Though tuples are immutable type, yet they cannot always be used as keys in a dictionary. What is the condition to use tuples as a key in a dictionary? The condition to use tuples as a key in a dictionary that tuple must be contain immutable datatype / element .

Explanation:

Similar questions