What is func(func(arg)) in python functional programming | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

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

Python

25th May 2020, 11:16 AM
Bavith
2 Respuestas
+ 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