[Tutor] when do I use this?

Christopher Spears cspears2002 at yahoo.com
Mon Mar 15 19:04:00 EST 2004


Several times I have iterated over a sequence with
some code that looks like this:

for f in range(len(files)):

and fellow hackers have told me I can just use:

for f in seq:



More information about the Tutor mailing list