Python Programming - Sets - Discussion

Discussion Forum : Sets - General Questions (Q.No. 31)
31.
Which method is used to find the intersection of multiple sets?
set.intersect_all()
set.intersection_update()
set.intersect()
set.intersect_many()
Answer: Option
Explanation:
The intersection_update() method is used to find the intersection of multiple sets.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.