On 8/21/2014 5:14 AM, icefap...@gmail.com wrote:
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

I have, multiple time in previous threads. A bad idea. Unnecessary. Nearly useless.

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to