Saved Bookmarks
| 1. |
The class teacher of the class has stored the name of all students in her cans in the list stud let. Write the statement to 1. Sort the student st. .2 Add a new student to the list t 3. Remove a student from the list . 4. Check whether me students Ram's present in the ist or nat 5. Add the surname "Kumar to the student at index 5 in the list |
|
Answer» 1. To sort the LIST.
2. To ADD a NEW student to the list.
3. To remove a student from the list.
4. To check if a student named 'Ram' is there in the list or not.
5. To add the surname 'Kumar' to the student at index position 5.
|
|