0
Function
def func(f, num): return f(num) result=func(lambda x: 2*x*x, 5) result=? how can slove it please send details with code
1 Answer
0
Please sorry my bad English ,but what you where make exactly ?
def func(f, num): return f(num) result=func(lambda x: 2*x*x, 5) result=? how can slove it please send details with code