In which order many functions are executed in a python code

Thomas Nyberg tomuxiong at gmx.com
Fri Jun 9 14:46:43 EDT 2017


On 06/09/2017 11:39 AM, sondes kalboussi wrote:
> 
> Am a bit confused I was thinking that the order of execution of functions in a code is from the first to the last function but sometimes it is the opposite, for instance, some parameters or outputs from the second function are called in the first one even thou they are not global, any hints ?
> 
Maybe if you post some specific code it will be easier to see what
you're confused about?

Cheers,
Thomas



More information about the Python-list mailing list