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