Examveda
Examveda

What method is used to remove an element from a set without raising an error if the element is not present?

A. discard()

B. delete()

C. remove()

D. pop()

Answer: Option A


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python