Review Note
Last Update: 05/03/2024 09:06 PM
Current Deck: Python::Python - Pythonic
PublishedCurrently Published Content
Front
Find intersection using operator
x = set('spam')
y = set('ham')
Back
x & y #=>{'a', 'm'}
No published tags.
Pending Suggestions
No pending suggestions for this note.