Re: In which order many functions are executed in a python code

2017-06-09 Thread Terry Reedy
On 6/9/2017 8:14 PM, Erik wrote: On 10/06/17 00:18, Terry Reedy wrote: On 6/9/2017 6:00 PM, Erik wrote: On 09/06/17 19:39, 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

Re: In which order many functions are executed in a python code

2017-06-09 Thread Erik
On 10/06/17 00:18, Terry Reedy wrote: On 6/9/2017 6:00 PM, Erik wrote: On 09/06/17 19:39, 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 param

Re: In which order many functions are executed in a python code

2017-06-09 Thread Terry Reedy
On 6/9/2017 6:00 PM, Erik wrote: On 09/06/17 19:39, 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 functi

Re: In which order many functions are executed in a python code

2017-06-09 Thread Erik
On 09/06/17 19:39, 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 eve

Re: In which order many functions are executed in a python code

2017-06-09 Thread Joel Goldstick
On Fri, Jun 9, 2017 at 2:46 PM, Thomas Nyberg wrote: > 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 param

Re: In which order many functions are executed in a python code

2017-06-09 Thread Thomas Nyberg
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