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