Newbie Question

Erik Max Francis max at alcyone.com
Sun Oct 7 04:11:39 EDT 2001


Mel Brown wrote:

> I am trying to get Python up and running. Among the modules that I
> know that
> I will need are math, cmath, and string.

So import them:

	import math
	import cmath
	import string

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ It's hard to say what I want my legacy to be when I'm long gone.
\__/ Aaliyah
    Alcyone Systems / http://www.alcyone.com/
 Alcyone Systems, San Jose, California.



More information about the Python-list mailing list