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