Multiple tuples for one for statement

James Stroud jstroud at mbi.ucla.edu
Sun Apr 24 23:20:27 EDT 2005


for a,b,c in zip(tup1, tup2, tup3):
   print a
   print b
   print c
-- 
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com/



More information about the Python-list mailing list