# 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.
Click the virtual machine below to start practicing