Vidyalelo
Python · Q8

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 8

Q8

What is the purpose of the remove() method for lists?

A.
Removes the specified element
Answer
B.
Adds an element to the list
C.
Replaces an element in the list
D.
Deletes the list

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board