aboutsummaryrefslogtreecommitdiff
path: root/lib/minmax.py
blob: 38e20d11a819169fa8aa63d2c347aa1e1040fe33 (plain)
1
2
3
4
5
6
# Module 'minmax'
# These are now built in functions.
# For compatibility, we export the builtins

min = min
max = max