Solve a Debate

castironpi at gmail.com castironpi at gmail.com
Sat Feb 16 17:57:03 EST 2008


> days_in_month = lambda m: m - 2 and 31 - ((m + 9) % 12 % 5 % 2) or 28
>
> the guts of which is slightly more elegant than the ancient writing
> from which it was derived:

Lacks citation.



More information about the Python-list mailing list