Class 11 CS Chapter 9 Ex 9.1 Solutions Sumita Arora New Syllabus / Listing11CSSA, Uncategorized / By Neha 10. Considering the same strings s1 and s2 of question 5 above, evaluate the following expressions : ...click here for answer 9. What do you understand by string slices ? ...click here for answer 7. On what principles, the strings are compared in Python ? ...click here for answer 8. What will be the result of following expressions ? ...click here for answer 6. What are membership operators? What do they basically do ? ...click here for answer 5. Given that s1 = “spam”, s2 = “ni!” What is the output produced by following expressions ? ...click here for answer 4. For strings, + means ( 1 ) ; * means (2) . Suggest words for positions (1) and (2). ...click here for answer 3. The last character of a string s is at index len(s) – 1 . True / False ? ...click here for answer 2. For a string s storing ‘Goldy’, what would s[0] and s[-l] return ? ...click here for answer 1. How are strings internally stored ? ...click here for answer