list

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 »

Python Revision Tour – II : String, Lists, Tuples, Dictionary – Notes

Class 12 Computer Science Python Revision Tour – II Notes String/Text Handling in Python What is a String? Python strings are characters enclosed in quotes of any type – single quotation marks, double quotation marks, triple quotation marks. An Empty string is a string that has 0 characters, i.e. ‘ ’ , “ ”, “““

Python Revision Tour – II : String, Lists, Tuples, Dictionary – Notes Read More »

You cannot copy content of this page

Scroll to Top