print('Hello world!') pi=3.1416 r=15 h=20 Area=2*pi*r*(r+h) Volumen=pi*r**2*h print("Area es:",Area) print("volumen es:",Volumen)
To embed this project on your website, copy the following code and paste it into your website's HTML: