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