alternatives to making blocks like { } or other ??

CYBER usenet at zly_adres.com
Tue May 18 15:27:17 EDT 2004


Hello

Is there any other way under python to create blocks ??

instead of

def sth(x):
	return x



could i use something else like

def sth(x):
{
	return x
}


???



More information about the Python-list mailing list