radio=int(input("Ingrese el radio ")) altura=int(input("Ingrese la altura ")) v=3.14*radio**2*altura print(f"El volumen es de {v}")
To embed this project on your website, copy the following code and paste it into your website's HTML: