length = float(input( "What is the length : " )) width = float(input( "What is the width : " )) height = float(input( "What is the height : " )) print( "Volume Is" , width*height*length )