class xi

Class 11 Computer Science Ch 9 Lists in Python NCERT Book Exercise Solution

lists in python ncert exercise question answer

Chapter – 9 : Lists Summary (A Quick Recap) • Lists are mutable sequences in Python, i.e., we can change the elements of the list. • Elements of a list are put in square brackets separated by comma. • A list within a list is called a nested list. • List indexing is same as […]

Class 11 Computer Science Ch 9 Lists in Python NCERT Book Exercise Solution Read More »

Class 11 Computer Science Ch 8 Strings in Python NCERT Book Exercise Solution

stings in python exercise solution

Chapter – 8 : Strings Summary (A Quick Recap) • A string is a sequence of characters enclosed in single, double or triple quotes. • Indexing is used for accessing individual characters within a string. • The first character has the index 0 and the last character has the index n-1 where n is the

Class 11 Computer Science Ch 8 Strings in Python NCERT Book Exercise Solution Read More »

You cannot copy content of this page

Scroll to Top