while True: print("\nVolume is",int(input("Length: "))*int(input("Width: "))*int(input("Height: ")))