Worksheet - LISTS
Worksheet - LISTS
6. Write the statement for doing the following task and also write the final list after
performing all the given task.
L = [‘Amit’ , ‘Sumit’, ‘Mini’ , ‘Ronit’ , ‘Abdul’]
Add name ‘Suman’ after ‘Sumit’
Add name ‘Mukesh’ at the end.
Remove the first name of the list .