Review Note

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

Current Deck: Python

Published

Currently Published Content


Front
Find engineers who are not managers
using an operator

engineers = {'bob', 'sue', 'ann', 'vic'}
managers = {'tom', 'sue'}
Back
engineers - managers #=> {'vic', 'ann', 'bob'}

No published tags.

Pending Suggestions


No pending suggestions for this note.