Lambda 是一个匿名函数,它只能保存一个表达式。
x = lambda a, b, c : a + b + c print(x(5, 10, 20)) # 35
Copyright© 2013-2020
All Rights Reserved 京ICP备2023019179号-8