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