Objects of the class Mountain have an attribute height defined in its constructor. The value is initially given in meters.
Create a method convert_height that converts the height of the mountain from meters to feet according to the formula and then returns the calculated value. This method doesn't take any attributes except for self.