Exercise: Turn a list comprehension into a generator
The expression on the line uses square brackets, so it builds a list. Swap the brackets for parentheses to make a generator expression.
Python
Setting up Python environment... Output
Setting up Python environment...