From a19a216bc60160c162e616145ef091dd18ce4e61 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 16 Feb 2021 14:40:46 -0600 Subject: Python 0.9.1 as posted in alt.sources --- lib/minmax.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/minmax.py (limited to 'lib/minmax.py') diff --git a/lib/minmax.py b/lib/minmax.py new file mode 100644 index 0000000..38e20d1 --- /dev/null +++ b/lib/minmax.py @@ -0,0 +1,6 @@ +# Module 'minmax' +# These are now built in functions. +# For compatibility, we export the builtins + +min = min +max = max -- cgit v1.2.3