Free Class 11 Python List Questions for Practice
Python List Questions for Practice CHAPTER: LIST IN PYTHON Python List Questions ASSIGNMENT SET – 1 Time: 30 min M.M. – 20 Q1. What do you mean by List in Python? [1] Q2. Write the output of the following code: [1] >>> A = [ ] >>> A >>> print(A) Q3. What … Read more