Re: python loops
- From: bearophileHUGS@xxxxxxxxx
- Date: 31 Aug 2006 12:05:15 -0700
AlbaClause wrote:
for i in range(length):
print i
Or usually better:
for ii in xrange(length):
...
Bye,
bearophile
.
- Follow-Ups:
- Re: python loops
- From: Kay Schluehr
- Re: python loops
- References:
- python loops
- From: Putty
- Re: python loops
- From: AlbaClause
- python loops
- Prev by Date: Re: SQLObject or SQLAlchemy?
- Next by Date: Re: problem with appending to a list, possibly mysqldb related
- Previous by thread: Re: python loops
- Next by thread: Re: python loops
- Index(es):