a=0
b=5
i=10
for i in range(10,101,10):
    a=i*b
    print(f'長さ:{i}m,')
    print(f'面積:{a}m^2')

Embed on website

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