print('wazaaaa') #declarar variables b=5 h=3 l=2 #proceso area=(b*h)/2 perimetro=b+h+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: