proposed syntax for multiline anony-functions (hopefully?)
icefapper at gmail.com
icefapper at gmail.com
Thu Aug 21 05:14:11 EDT 2014
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
More information about the Python-list
mailing list