9 lines
364 B
Markdown
9 lines
364 B
Markdown
|
|
# `global`
|
||
|
|
|
||
|
|
TODO: ADD MORE DETAIL
|
||
|
|
|
||
|
|
See the Python [documentation entry][keyword-global-docs], as well as [this blog post][keyword-global-etymology] for more details.
|
||
|
|
|
||
|
|
[keyword-global-docs]: https://docs.python.org/3/reference/simple_stmts.html#the-global-statement
|
||
|
|
[keyword-global-etymology]: https://yawpitchroll.com/posts/the-35-words-you-need-to-python/#global
|