def a((b,c,d),e):

Simon Percivall percivall at gmail.com
Mon Apr 18 16:17:18 EDT 2005


You can always unpack a tuple that way, like in:

.>>> import sys
.>>> for (index, (key, value)) in enumerate(sys.modules.iteritems()):
pass




More information about the Python-list mailing list