commit | 41ffccbba75413c64efad283da19b8038aa07dd1 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Apr 01 20:50:35 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Apr 01 20:50:35 1993 +0000 |
tree | 10b2159a3991c53b4f3353fb686d1b2c5bb67d43 | |
parent | 9db0c1f7c7ba2ab7fbb08d3a064ab217691152eb [diff] [blame] |
*** empty log message ***
diff --git a/Demo/scripts/fact.py b/Demo/scripts/fact.py index 4833e08..bf49afc 100755 --- a/Demo/scripts/fact.py +++ b/Demo/scripts/fact.py
@@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # Factorize numbers. # The algorithm is not efficient, but easy to understand.