Examveda

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

A. remove()

B. delete()

C. erase()

D. discard()

Answer: Option A


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python