Python Programming - Sets - Discussion

Discussion Forum : Sets - General Questions (Q.No. 42)
42.
Which method is used to remove and return an arbitrary element from a set?
set.pop()
set.remove()
set.extract()
set.take()
Answer: Option
Explanation:
The pop() method removes and returns an arbitrary element from a set.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.