Skip to content

Lambda表达式

python
k = lambda x:x+1
print(k(1))