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