Length = int(input("Length ")) Width = int(input("Width ")) Height = int(input("Height ")) print(Length*Width*Height)