+ 1
Functional programming question
Hi , I got stuck , can you please explain what does "function(function,argument)" does in the following example Def any(function,argument): return function(function, argument)
1 Answer
+ 1
Thanks a lot man.
Hi , I got stuck , can you please explain what does "function(function,argument)" does in the following example Def any(function,argument): return function(function, argument)