If a name has not been bound inside some accessible scope, how can it be dereferenced?
- Through global namespace
- Through package.module
- Through normal dereference process
- It cannot be dereferenced
Я указал вариант d. Python-гуру, поясни, пожалуйста.
If a name has not been bound inside some accessible scope, how can it be dereferenced?
Я указал вариант d. Python-гуру, поясни, пожалуйста.