Vidyalelo
Python · Q3

Python Sets MCQs: Exam

Programming · Python · question 3

Q3

Which method is used to remove an element from a set?

A.
remove()
Answer
B.
delete()
C.
discard()
D.
pop()

Answer: Option A

Solution

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