Need some quick help here...
Oren Tirosh
oren-py-l at hishome.net
Mon Jun 16 06:07:17 EDT 2003
More information about the Python-list mailing list
Mon Jun 16 06:07:17 EDT 2003
- Previous message (by thread): Need some quick help here...
- Next message (by thread): Need some quick help here...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Jun 16, 2003 at 06:02:55AM -0400, Oren Tirosh wrote:
> [0 for a in range(999999) for b in range(999999) for c in range(999999)
> for d in range(999999) if 0]
Before someone nitpicks me to death:
range(999999) -> [0]*999999
Oren
- Previous message (by thread): Need some quick help here...
- Next message (by thread): Need some quick help here...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list