num1 = int(input("Lenght:")) num2 = int(input("Width:")) num3 = int(input("Height:")) print("Volume is", num1 * num2 * num3)