i=10 m=i*5 for i in range(10,101,10): m=i*5 print(f'長さ{i}m,面積{m}m^2')
To embed this project on your website, copy the following code and paste it into your website's HTML: