length = int(input("length:")) Width = int(input("Width:")) height = int(input("Height:")) print("The Volume is:", length * Width * height)