Those are not anonymous functions though. 

> On 18 Feb 2021, at 1:43 AM, Joao S. O. Bueno <jsbu...@python.org.br> wrote:
> 
> def f1(x, y): 
>    return x + y
> 
> def f2():
>   return 0
> 
> def f3(x):
>    return x ** 2
> 

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

Reply via email to