length=int(input("enter a length ")) width=int(input("enter a width ")) height=int(input("enter a weight ")) volume=length*width*height print("volume is",volume)