标签:shadow usr amp height margin sans ati python bin
#!/usr/bin/python
def cal(x, y, func): return func(x) + func(y);
print cal(-1, -3, abs);
python 高阶函数
原文地址:http://blog.51cto.com/13502993/2144950