#------------------------------------------------------------------------------- # Sort3.py # Sorts three (distinct) numbers in ascending order #------------------------------------------------------------------------------- def min3(a, b, c): """determine the minimum of three numbers""" if a