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