creating a code with two list
Chris Angelico
rosuav at gmail.com
Tue Oct 11 09:59:41 EDT 2011
More information about the Python-list mailing list
Tue Oct 11 09:59:41 EDT 2011
- Previous message (by thread): creating a code with two list
- Next message (by thread): Fwd: creating a code with two list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Oct 12, 2011 at 12:49 AM, Nick Zarr <jacktradespublic at gmail.com> wrote: >>>> range(1, 1000) > [1, 2, ..., 999] > Or for Python 3 compat: >>> list(range(1,1000)) ChrisA
- Previous message (by thread): creating a code with two list
- Next message (by thread): Fwd: creating a code with two list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list