print('Hello world!') #declarar variables b=3 h=5 l=3 #leer variables area=(b*h)/2 perimetro=b*(2*l) 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: