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

13 lines
246 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`