Those are not anonymous functions though. 

On 18 Feb 2021, at 1:43 AM, Joao S. O. Bueno <jsbueno@python.org.br> wrote:

def f1(x, y): 
   return x + y

def f2():
  return 0

def f3(x):
   return x ** 2