[Tutor] returning from 2 functions at once

Mark Lawrence breamoreboy at gmail.com
Fri Oct 8 17:18:20 EDT 2021


On 08/10/2021 20:37, Ed Connell wrote:
> Hello,
> 
> Is there a way to return from a function because of the return of a
> subfunction.  Don't know if I said that right, so I'll give an example.
> 
> Say you have function f1 and f2,
> 
> def f1( *args )
> 

f2 is conspicuous by its absence :)

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence



More information about the Tutor mailing list