(15 pts) Complete the individual exercise you started in class:
listMax.py, and commit your solutions to your Subversion
repository using a sensible log message. Details:
(20 pts) Solve Zelle chapter 8, programming problem #9. This is on page 263 of your text.
Write your solution in module fuelEfficiency.py
in the Session13 project
that you checked out.
A point of clarification: For each leg of the trip, you should
enter the current odometer reading and the amount of gas used FOR THAT
LEG. This clarification should make to problem statement less ambiguous.
Test your code and make sure that it works
Commit your solutions to your Subversion repository.