[PIPython] Avere data di un file

Simone Piunno pioppo
Ven 19 Nov 2004 15:16:43 CET


On Sunday 14 March 2004 19:16, Simone Piunno wrote:

>         for k in range(0, 112):
>             z = z*z + 0.04*x - 2.0 + 0.1j*y - 1.5j
>             if abs(z) > 100.0:

sorry, ho sbagliato costante, il test buono è:

 if abs(z) > 3.16:

-- 
http://thisurlenablesemailtogetthroughoverzealousspamfilters.org




More information about the Python mailing list