min Function
Purpose:
Returns the minimum of two numbers.
Syntax:
minval = min(23,44)
Comments:
Example:
print min(33,8)
8