> From: Nobody <[email protected]> > The determination of local or global is made when the "def" > statement is > executed, not when the function is called.
Thanks a lot for your reply, which is of great help!
So, I assume that when the 'def' is executed, any
name occurred will be categorized as either local
or global (maybe nonlocal?).
Yingjie
--
http://mail.python.org/mailman/listinfo/python-list
