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

13 lines
246 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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