Computer Science, asked by jiyuvraj79, 6 months ago

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 archit8058
2

Answer:

c. dal.

................

Answered by sidharthsreehari2006
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