Skip to content

Commit 9ada550

Browse files
authored
Update Python变量作用域与闭包.md
1 parent 2f0d2a5 commit 9ada550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

studynotes/Python变量作用域与闭包.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323
print(a)
2424
print(b)
2525
b = 1
26+
27+
## 二、闭包

0 commit comments

Comments
 (0)