List Manipulation in Python Class 11 Questions and Answers
Teachers and Examiners (CBSESkillEduction) collaborated to create the List Manipulation in Python Class 11 Questions and Answers. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. List Manipulation in Python Class 11 Questions and Answers 1. What will be the output of the following statements?i. list1 = [12,32,65,26,80,10]list1.sort()print(list1)Answer – … Read more