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.
Premium
Python
Setting up Python environment... Output
Setting up Python environment...