Class 11 Computer Science Ch 9 Lists in Python NCERT Book Exercise Solution
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 »