In message 
<cdea67ad-2d9c-4d30-9055-62e62d4c5...@p26g2000yqb.googlegroups.com>, Baba 
wrote:

>         csqrt = math.sqrt(csqrd)
>         for c in range (1, csqrd):
>             if c * c == a * a + b * b and math.floor(csqrt) == csqrt:
>                 print (a,b,c)

Is there such a term as “bogosearch”?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to