Exercise: Filter into a set

Loop through a list of words and collect only those starting with a vowel into a set. This combines loops, membership checks, and set building.
Python
Setting up Python environment...
Output