Which of the following can delete an element from a list, if its value is given? (1)
(a) pop() (b) remove() (c) del (d) All of these
Answers
Answered by
2
Answer:
c. dal.
................
Answered by
0
Answer: The answer is remove()
Explanation:
remove() is used to remove an element from the list if the index of the element is not known or the value is given.
Similar questions