#------------------------------------------------------------------------------- # Extrema.py # Determines the minimum and maximum of two numbers #------------------------------------------------------------------------------- def minimum(a, b): """determine the minimum of two numbers""" if a