lists....order...

Mark McEahern marklists at mceahern.com
Wed Oct 9 20:23:09 EDT 2002


> the only solution i could find:
> for index in range(len(a)):
> 	letter = a[index]

Python 2.3's enumerate() solves this.

// m
-





More information about the Python-list mailing list