summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/pi.py
Commit message (Collapse)AuthorAgeFilesLines
* Add 'if __name__ == "__main__":' to files already as a usable as a module.Johannes Gijsbers2004-09-111-1/+2
|
* Changed to use the fact that str(long) doesn't produce a trailing LMoshe Zadka2001-02-201-16/+16
| | | | Reindented
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* *** empty log message ***Guido van Rossum1993-04-011-1/+1
|
* all Long constants have an L suffix, not l;Guido van Rossum1992-08-311-8/+11
| | | | added an output() function to move the I/O out of the algorithm
* New == syntaxGuido van Rossum1992-01-011-1/+1
|
* Initial revisionGuido van Rossum1991-06-041-0/+30