nums=[1,4,9,16,25,36,49,64,81,100]

for el in nums:
    print(el)

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: