Review Note

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

Current Deck: Python

Published

Fields:

Front
Find all people in either sets
using an operator

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

Suggested Changes:

Deck Changes (Suggestion to move the Note to the following Deck):

Field Changes:

Tag Changes: