migrate from java to python. How?

Erik Max Francis max at alcyone.com
Wed Oct 2 19:56:31 EDT 2002


Ricardo Anguiano wrote:

> > import math
> > help( math )
> > # read the output
> > help( math.sqrt )
> > # read help on math.sqrt()
> 
> That didn't seem to work for me.  Any ideas?

Do

	from pydoc import help

first.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Love is the selfishness of two persons.
\__/ Antoine de la Salle
    Maths reference / http://www.alcyone.com/max/reference/maths/
 A mathematics reference.



More information about the Python-list mailing list