newbie: how to loop through multiple lists
Alexander Eisenhuth
newsuser at stacom-software.de
Wed Oct 2 06:06:58 EDT 2002
More information about the Python-list mailing list
Wed Oct 2 06:06:58 EDT 2002
- Previous message (by thread): newbie: how to loop through multiple lists
- Next message (by thread): newbie: how to loop through multiple lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hallo alltogether, is there a expression to loop through two lists in one iteration? For instance: -- l1 = ['a', 'b', 'c', 'd'] l2 = [ 1, 2, 3, 4] for lChar, lNumb in (l1, l2): print lCnt, ':', lChar -- I hope you understand what I need . Thanks a lot Alexander
- Previous message (by thread): newbie: how to loop through multiple lists
- Next message (by thread): newbie: how to loop through multiple lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list