print('Hello world!') #declarar variables h=5 b=5 #proceso area=b*h perimetro=(2*b)*(2*h) print("area es",area) print("perimetro es",perimetro)
To embed this project on your website, copy the following code and paste it into your website's HTML: