Class 11 CS Chapter 12 Back Exercise Part B Solutions Sumita Arora New Syllabus / Listing11CSSA, Uncategorized / By Neha 1. Find the output generated by following code fragments : ...click here for answer 2. What does each of the following expressions evaluate to? Suppose that T is the tuple containing : ...click here for answer 3. Carefully read the given code fragments and figure out the errors that the code may produce. ...click here for answer 4. What would be the output of following code if ntpl = (“Hello”, “Nita”, “How’s”, “life?”) ...click here for answer 5. Predict the output. ...click here for answer 6. Predict the output. ...click here for answer 7. Find the error. Following code intends to create a tuple with three identical strings. But even after successfully executing following code (No error reported by Python), The len() returns a value different from 3. Why ? tup1 = ...click here for answer 8. Predict the output ...click here for answer 9. What will the following code produce ? ...click here for answer 10. What will be the output of the following code snippet ? ...click here for answer