Vladimir

31%
Flag icon
If x is referenced but is not assigned and is not a parameter: x will be looked up in the local scopes of the surrounding function bodies (nonlocal scopes). If not found in surrounding scopes, it will be read from the module global scope. If not found in the global scope, it will be read from __builtins__.__dict__.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview