print('Hello world!') L=5 B=10 h=15 Area=B*h/2 Perimetro=2*(L+B) print("el area es;",Area) print("el perimetro:",Perimetro)
To embed this project on your website, copy the following code and paste it into your website's HTML: