Re: python loops
- From: "Kay Schluehr" <kay.schluehr@xxxxxxx>
- Date: 31 Aug 2006 12:16:24 -0700
bearophileHUGS@xxxxxxxxx wrote:
AlbaClause wrote:~~
for i in range(length):
print i
Or usually better:
for ii in xrange(length):
I hate ii ;)
Regards,
Kay
.
- References:
- python loops
- From: Putty
- Re: python loops
- From: AlbaClause
- Re: python loops
- From: bearophileHUGS
- python loops
- Prev by Date: Re: python loops
- Next by Date: RE: python loops
- Previous by thread: Re: python loops
- Next by thread: Re: python loops
- Index(es):