Exercise: Build a List of Squares

Use range() to loop from 1 to 5 and collect the square of each number in squares.
Python
Setting up Python environment...
Output