Files
freeCodeCamp/guide/russian/python/data-structures/scopes/index.md
2018-10-16 21:32:40 +05:30

13 lines
428 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: The Python Scopes
localeTitle: Области Python
---
**TODO: ПРИМЕЧАНИЕ.**
* Это относится к кодовому блоку и информации о отступе.
* Это также связано с переменными, поскольку поиск и привязка имени связаны с областями.
**TODO: СОДЕРЖАНИЕ**
* `global`
* `nonlocal`