print('wazaaa') #declarar variables b=22 h=36 l=15 area=(b*h)/2 perimetro=3*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: