length= float (input ("length:")) width = float (input ("Width:")) height = float (input ("height:")) volume = length * width *height print (f"volume is {volume}")