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