KwickClips Python · 46 sec · free
Which operator finds items in both sets?
Short answer. & (intersection).
What does ^ give?
Items in exactly one of the two sets.
Remember
| union: either | |
| & intersection: both | |
| - difference: first only | |
| ^ symmetric: one only |
Two clubs. Who is in both? Vertical bar is union, everyone. Ampersand is intersection, both clubs. Minus is difference, gym only. Caret is one club only. Union: either. Intersection: both. Difference: first only. Symmetric: one only.
This clip is from the full lesson: Sets and Set Operations — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: Programming All levels Python
More KwickClips from this lesson
Why is the length of {3, 1, 3, 2, 1} three?42 sec
Which set method can crash on a missing item?43 sec
Why use a set instead of a list?43 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

