. . "To see what I am talking about, start up your python interpreter and type the command:dir()You should see something like:['__builtins__', '__doc__', '__name__']This is a list of the defined objects in your namespace." . . .