Vidyalelo
Python · Q5

MCQs on Python Tuples: Exam

Programming · Python · question 5

Q5

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

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

Answer: Option A

Solution

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