lenght =float (input("Lenght: ")) width =float (input("width: ")) height =float (input("height: ")) volume = (lenght*width*height) print("Volume is", volume)