In <[EMAIL PROTECTED]>, bg_ie wrote: > Therefore, how do I build the tuple of Falses to reflect the length of > my t tuple?
In [1]: dict.fromkeys(('one', 'two', 'three'), False) Out[1]: {'three': False, 'two': False, 'one': False} Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list