Class 11 IP Chapter 8 Back Exercise Part A Solutions Sumita Arora New Syllabus / Listing11IPSA, Uncategorized / By Neha 7. Can you check for a value inside a dictionary using in operator? How will you check for a value inside a dictionary using in operator ? ...click here for answer 10. How is clear() function different from del statement ? ...click here for answer 8. Dictionary is a mutable type, which means you can modify its contents ? What all modifiable in a dictionary ? Can you modify the keys of a dictionary ? ...click here for answer 5. Can you change the order of dictionary’s contents, i.e., can you sort the contents of a dictionary ? ...click here for answer 6. In no more than one sentence, explain the following Python error and how it would arise: TypeError: unhashable type: ’list’ ...click here for answer 4. What all types of values can you store in : (a) dictionary-values ? (b) dictionary-keys ? ...click here for answer 2. What type of objects can be used as keys in dictionaries ? ...click here for answer 3. 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 ? ...click here for answer 1. Why is a dictionary termed as an unordered collection of objects ? ...click here for answer 9. How is del D and del D[] different from one another if D is a dictionary ? ...click here for answer