#declararvariable pi=3.1416 r=4 h=5 #proceso V=pi*r**2*h A=2*pi*r*(h+r) print("elarea",A) print("elvolumen",V)
To embed this project on your website, copy the following code and paste it into your website's HTML: