Python indentation

Grant Edwards grante at visi.com
Wed Jul 7 09:08:25 EDT 2004


On 2004-07-07, Sateesh <ext-sateesh.kavuri at nokia.com> wrote:

> I surely understand the importance of indentation, but as you see there are
> beautification tools that can be used to beautiy the C code. Also
> indentation is based upon ones style of coding, and I feel somewhat
> restricted when the language itself restricts someone to code in a
> particular way.

All languages are restrictive.  C requires blocks are delimited
by {} and statements by ;.  Python isn't more restrictive, it
just has _different_ restrictions.

-- 
Grant Edwards                   grante             Yow!  What I want to find
                                  at               out is -- do parrots know
                               visi.com            much about Astro-Turf?



More information about the Python-list mailing list