icefapper at gmail.com: > 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 In practice, your proposal would not make life easier for Python programmers. Marko