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