Write a function
      called compute_average(an_integer_list).  This
    function
      takes a single parameter, a list of integers.  Your function
    should
      return a floating point value: the arithmetic mean of the
    integers
    in the list.
  
Please write and test your code in the above textbox before Nov. 7th at noon.