[OT] Python indentation

bruno modulix onurb at xiludom.gro
Wed Jul 7 16:35:58 EDT 2004


Tor Iver Wilhelmsen a écrit :
> "Sateesh" <ext-sateesh.kavuri at nokia.com> writes:
> 
> 
>>Why can't the indentation not so strict so as to give better freedom to the
>>user?
> 
> 
> It's a core syntactical feature of the language. Your request is like
> asking, say, a C family language to adopt BEGIN and END instead of
> those weird braces, because you're used to it from Pascal.

Quite easy :
#define BEGIN {
#define END }

Bruno



More information about the Python-list mailing list