匿名函数

fun=lambda x:x*x*x  # lambda 是关键字,表示定义了一个匿名函数对象,x为输入参数
print(fun(2))

posted @ 2019-02-24 16:51  Jary霸  阅读(91)  评论(0编辑  收藏  举报