Length = int( input("What's the lenght? " ) ) Width = int( input("What's the width? ") ) Height = int( input("What's the height? ") ) print("The volume is", Length *Width *Height)