Those are not anonymous functions though. 

> On 18 Feb 2021, at 1:43 AM, Joao S. O. Bueno <[email protected]> wrote:
> 
> def f1(x, y): 
>    return x + y
> 
> def f2():
>   return 0
> 
> def f3(x):
>    return x ** 2
> 

_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/S2BT2WJ5GX3MFGCY5YK2D6DWIAA7V3NW/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to