摘要:
``` #!/usr/bin/env python # -*- coding:utf-8 -*- # @Time : 2017/11/02 22:46 # @Author : lijunjiang # @File : function2.py """ 高阶函数 就是把函数当成参数传递的一种函数 """ def func1(x, y, f): return f(x) +... 阅读全文
posted @ 2017-11-02 22:57
考鸡蛋
阅读(301)
评论(0)
推荐(0)