0
How to follow the effect of a function on a function
I don't understand when you have for example func(func(arg) Or func1(fun2(arg)) How to follow the program and what's happening. Where do I need to start reading from? It made me confused.
4 ответов
0
But how to follow the effects on thr arguments
0
Idoredid123
Inside function will work first then outside function.
https://code.sololearn.com/cgfonDJu8pH0/?ref=app
0
Oh. Thanks
0
Great explanation by the way.