List Task

Programming Questions

1. Write a program to create a list

2. Write a program how to access element of the list 

3. Write a program how to update element in the list

4. Write a program how to remove method  the list

5. Write a program to reverse the list.

6. Write a program  to concatenate two list

7. Write a program to iterate both lists simultaneously

8. Write a program to create empty list

9. Write a program on how to insert the new element in the list

10. Write a program on how to access nested list element

 

Theory Questions

1. What is a list?

2. What is the difference list and tuple 

3. What is the difference list and sets

4. What is the list() constructor

5. What is  a pop and remove in the list

6. what is append in the list