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? / Sumita Arora Solution / By Sanjay Kumar tuples can be used as key in a dictionary only when it contains immutable type elements.
Name some common data structures of Python’s Pandas library. Python Pandas, Sumita Arora Solution / By Sanjay Kumar