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