Examveda

Which method is used to remove the first occurrence of a specific element in a list or tuple?

A. remove()

B. delete()

C. erase()

D. discard()

Answer: Option A


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python