匿名函数

1 #_*_coding:utf-8_*_
2 #__author__ = "csy"
3 
4 c = lambda x:x*3             #匿名函数执行完就会被回收
5 print(c(3))
posted on 2017-09-02 17:26  csy113  阅读(126)  评论(0编辑  收藏  举报