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)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: