Georg Brandl
|
69f81a8b68
|
Remove unneeded "L" suffixes.
|
2009-10-10 21:10:05 +00:00 |
Andrew M. Kuchling
|
2a9b9cbea0
|
#687648 from Robert Schuppenies: use classic division.
|
2008-09-13 01:43:28 +00:00 |
Johannes Gijsbers
|
7a8c43ee6a
|
Add 'if __name__ == "__main__":' to files already as a usable as a module.
|
2004-09-11 16:34:35 +00:00 |
Moshe Zadka
|
38e083bcc9
|
Changed to use the fact that str(long) doesn't produce a trailing L
Reindented
|
2001-02-20 16:13:43 +00:00 |
Guido van Rossum
|
f06ee5fa07
|
/usr/local/bin/python -> /usr/bin/env python
|
1996-11-27 19:52:01 +00:00 |
Guido van Rossum
|
41ffccbba7
|
*** empty log message ***
|
1993-04-01 20:50:35 +00:00 |
Guido van Rossum
|
0b2b440a13
|
all Long constants have an L suffix, not l;
added an output() function to move the I/O out of the algorithm
|
1992-08-31 10:54:17 +00:00 |
Guido van Rossum
|
bdfcfccbe5
|
New == syntax
|
1992-01-01 19:35:13 +00:00 |
Guido van Rossum
|
ec758ead39
|
Initial revision
|
1991-06-04 20:36:54 +00:00 |