Hmm... An idea: if a,b==c,d:

Michael Hudson mwh at python.net
Tue Nov 19 07:02:38 EST 2002


"Richard Dillingham" <shadowlord13_1 at yahoo.com> writes:

> > Instead, (a, b) >= (c, d) is defined as (a>c or (a==c and b>=d)).
> 
> I just keep reading that again and again and thinking "WTF? Why? Wha...."

Dictionary order.

Cheers,
M.

-- 
  M-x psych[TAB][RETURN]
                                                             -- try it



More information about the Python-list mailing list