Review Note

Last Update: 05/03/2024 09:06 PM

Current Deck: Python::Python - Pythonic

Published

Currently 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.