Length = int( input( "What is the Length ") ) Width = int( input( "What is the Width ") ) Height = int( input( "What is the Height ") ) Answer = Length * Width * Height print(("Volume is"),Answer)