n = (int(input("Length: "))) n2 = (int(input("Width: "))) n3 = (int(input("Height: "))) print("Volume is ", n * n2 * n3)