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

13 lines
246 B
Markdown
Raw Normal View History

---
title: The Python Scopes
localeTitle: Python范围
---
**TODO注意**
* 这属于代码块和缩进信息附近。
* 这也与变量有关,因为名称查找和绑定与范围有关。
**TODO内容**
* `global`
* `nonlocal`