匿名函数lambda

fun = lambda x:x+1
res = fun(10)
print(res)这不是匿名函数的主要用法,仅用来讲明
相关文章
相关标签/搜索