Generate and Print a List

# Introduction This program generates and prints a list of square numbers between 1 and 20 (inclusive) using a defined function. The function uses the `**` operator to calculate the square of each number and the `range()` function to loop through the numbers.

|60 : 00

Click the virtual machine below to start practicing