我无法理解以下功能。
def make_adder(n):
return lambda x: x + n
plus_2 = make_adder(2)
plus_2(5)
>>> 7
在这个函数中,x 代表什么,因为 x 未定义,这如何不会导致错误?
不负相思意
皈依舞
跃然一笑
相关分类