[PIPython] radice quadrata

Lawrence Oluyede l.oluyede
Ven 19 Nov 2004 15:16:54 CET


On Sun, 31 Oct 2004 16:08:54 +0100 (CET), mario rossi
<legazzelle2004 a yahoo.it> wrote:
> Il mio intento è quello di far svolgere a python
> un calcolo di radice quadrata.

http://docs.python.org/lib/module-math.html

import math
mat.sqrt(4)

-- 
Lawrence



More information about the Python mailing list