0

What is func(func(arg)) in python functional programming

Python

25th May 2020, 11:16 AM
Bavith
2 Réponses
+ 3
It is called callback. You are passing the return value of a function (callback function) to another function.
25th May 2020, 11:19 AM
Ore
Ore - avatar
0
Thank you
25th May 2020, 11:24 AM
Bavith