Kelvie Wong wrote: > There are only two scopes in Python -- global scope and function scope.
No, Python has local, nested, global and built-in scope. Kent -- http://mail.python.org/mailman/listinfo/python-list
Kelvie Wong wrote: > There are only two scopes in Python -- global scope and function scope.
No, Python has local, nested, global and built-in scope. Kent -- http://mail.python.org/mailman/listinfo/python-list