alternatives to making blocks like { } or other ??

CYBER usenet at zly_adres.com
Tue May 18 19:23:53 EDT 2004


> Of course there is another way!
> 
> Just use # in front of your favourite block separator.
> 
> I'm too lazy now to search the archives on who first suggested this,
> but it works:
> 
> def something(x):
> #{
>     return x
> #}
> 
>

Thank you.




More information about the Python-list mailing list