Hi, > Therefore, how do I build the tuple of Falses to reflect the length of my t > tuple?
Yet another solution : d = dict(zip(t,[False]*len(t))) Pierre -- http://mail.python.org/mailman/listinfo/python-list
Hi, > Therefore, how do I build the tuple of Falses to reflect the length of my t > tuple?
Yet another solution : d = dict(zip(t,[False]*len(t))) Pierre -- http://mail.python.org/mailman/listinfo/python-list