thinkcspy
thinkcspy copied to clipboard
Update Exercises.rst
Fix exercise on finding the max so that it will work over all integers, not just for lists with positive numbers. This fix should work since the problem states that the input lst
will be non-empty.