Exercise: Find common elements

Two teams of developers are stored as sets. Find the people who work in both teams using the & intersection operator.
Python
Setting up Python environment...
Output