length = float(input('Lenght: ')) width = float(input('Width: ')) height = float(input('Height: ')) print(length * width * height)