pow() works but sqrt() not!?

Fredrik Lundh fredrik at pythonware.com
Thu Jan 4 04:26:53 EST 2007


siggi wrote:

> What is a "namespace" and what is the difference between ">>>import math"
> and ">>>from math import *" ?

http://preview.tinyurl.com/t4pxq

for more on this, *please* read the relevant sections in the tutorial. 
Python's all about namespaces, and trial and error is not a very good 
way to figure how they work.

</F>




More information about the Python-list mailing list