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

246 B
Raw Blame History

title localeTitle
The Python Scopes Python范围

TODO注意

  • 这属于代码块和缩进信息附近。
  • 这也与变量有关,因为名称查找和绑定与范围有关。

TODO内容

  • global
  • nonlocal