On Sun, 12 Feb 2012 10:20:17 -0500, inq1ltd <inq1...@inqvista.com> wrote:

>
>
>I don't know the first thing about this math problem however,
>
>if I were to code this I might try ;
>
>   except ZeroDivisionError:
>         assert w = -1
>
>rather than;
>
>   except ZeroDivisionError:
>         assert w == -1

Why?

DM
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to