length=int(input("length:")) Width=int(input("width:")) Height=int(input("height:")) volume= length*Height*Width print("Volume is", volume)