In article <[email protected]>, Devin Jeanpierre <[email protected]> wrote:
> > Um -- if you don't want a and c being passed in, why put them in the > > function signature? > > He wants both or neither to be passed in. assert sum(foo is None for foo in [a, c]) % 2 == 0 -- http://mail.python.org/mailman/listinfo/python-list
