Q16.
Which of the following can delete an element from a list , if its value is given?
(a) pop()
(b) remove()
(c) insert()
(d) delete()
Q17.
A ____ list contains another list as its member.
(a) nested
(b) nest
(c) within
(d) none
Q18. The ____ function is used to insert an element at a designated position in a list.
(a) add()
(b) insert()
(c) append()
(d) extend()
Q19. The ____ function is used to delete an element to remove from a designated index in a list.
(a) pop()
(b) remove()
(c) insert()
(d) delete()
Q20.
The ____ function can append a list of elements to a list.
(a) add()
(b) insert()
(c) append()
(d) extend()