Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverinn committed Jan 2, 2020
1 parent acbcbce commit 7ac1cbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Python Handbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ Python中有一个被称为Global Interpreter Lock(GIL)的东西,它会确

## 什么是装饰器?

## Python 如何进行内存管理?

## Python 中的垃圾回收机制?
[Python垃圾回收机制--完美讲解!](https://www.jianshu.com/p/1e375fb40506)

## 什么是 lambda 表达式?
简单来说,lambda表达式通常是当你需要使用一个函数,但是又不想费脑袋去命名一个函数的时候使用,也就是通常所说的匿名函数。
Expand Down
Binary file removed _v_images/20191215230146724_3765.jpg
Binary file not shown.

0 comments on commit 7ac1cbd

Please sign in to comment.