day_1 2017-11-10 本文已影响0人 Foreally 在terminal里面执行Python代码 >>> def add(a,b,f): ... return f(a) + f(b) ... >>> add(-4,5,abs) 9