Class 11 CS Chapter 12 Back Exercise Part A Solutions Sumita Arora New Syllabus / Listing11CSSA, Uncategorized / By Neha 2. If a is (1,2, 3) ...click here for answer 1. Discuss the utility and significance of Tuples, briefly. ...click here for answer 3. Does the slice operator always produce a new tuple ? ...click here for answer 4. The syntax for a tuple with a single item is simply the element enclosed in a pair of matching parentheses as shown below : ...click here for answer 5. Are the following two assignments same ? Why / why not ? ...click here for answer 6. What would following statements print ? Given that we have tuple = (‘t’, ‘p’, ‘l’) ...click here for answer 7. How is an empty tuple created ? ...click here for answer 8. How is a tuple containing just one element created ? A tuple ...click here for answer 9. How can you add an extra element to a tuple ? ...click here for answer 10. When would you prefer tuples over lists ? ...click here for answer 11. What is the difference between (30) and (30,) ? ...click here for answer