June 2017
Beginner
352 pages
8h 39m
English
Consider our words.py module. It contains the following global names:
Module scope name bindings are typically introduced by import statements and function or class definitions. It is possible to use other objects at module scope, and this is typically used for constants, although it can also be used for variables.
Within the fetch_words() function we have the six local names:
Read now
Unlock full access