it is simply a matter of convenience:

def a(): 
  print( "gvr" )
func(a);

or

func( def():
   print("gvr")
)

it would be great if others could further share their opinions 
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to