On 21 Aug 2005 09:45:26 -0700
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Python lets me access module level variables from *anywhere*. All I
> have
> to do is add module name in front.
>
> e.g.
>
> mymodule.myvariable
>
> Is this considered a 'global'? Or, does a 'global variable' have t
Python lets me access module level variables from *anywhere*. All I
have
to do is add module name in front.
e.g.
mymodule.myvariable
Is this considered a 'global'? Or, does a 'global variable' have to be
accessible anywhere *without* a namespace in front?
(I'm not sure what proper academic de