module documentation

Provides a find_max function locating the maximum value in a sequence.

Function find_max Return the maximum element from a nonempty Python list.
def find_max(data):

Return the maximum element from a nonempty Python list.