freeCodeCamp/guide/english/python/data-structures/scopes/index.md

12 lines
253 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: The Python Scopes
---
**TODO: NOTE**
* This belongs near the code block and indentation information.
* This is also related to variables since name finding and binding is related to scopes.
**TODO: CONTENT**
* `global`
* `nonlocal`