Exercise: Build a set in a loop

Combine what you know about for-loops and sets. Loop through the names list and collect every unique first letter into first_letters using .add().
Python
Setting up Python environment...
Output