We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0d2a5 commit 9ada550Copy full SHA for 9ada550
studynotes/Python变量作用域与闭包.md
@@ -23,3 +23,5 @@
23
print(a)
24
print(b)
25
b = 1
26
+
27
+## 二、闭包
0 commit comments