Lec4-Higher-Order Functions
Contents
Higher Order Functions
Control Statements vs Functions
all params will be evaluated before the function is called ! 不存在跳过参数的情况
Assertions in Python
|
|
Returning a Function from a Function
带参数的修饰器 😮
|
|
functions in Python are first-class values!