100+ Important MCQ on List in Python with Answers for class 11
MCQ on List in Python Q1. Which of the following statement will create list? a. L1=list( ) b. L1=[1,2,3,4] c. Both of the above d. None of the above Q2. Write the output of the following code : list(“welcome”) a. [‘w’, ‘e’, ‘l’, ‘c’, ‘o’, ‘m’, ‘e’] b. (‘w’, ‘e’, ‘l’, ‘c’, ‘o’, ‘m’, ‘e’) … Read more