匿名函数使用方法

name = '亲爱的'
foo = lambda x:x+'朋友'
sb =foo(name)
print(sb)
原文地址:https://www.cnblogs.com/huangjinshan/p/6193788.html