NCERT Solution Chapter 9 List Questions in Python
NCERT Chapter 9 List Questions in Python SUMMARY : NCERT CHAPTER 9 LIST Questions in Python 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 … Read more