indendation question

Terry Reedy tjreedy at udel.edu
Fri Dec 26 00:14:46 EST 2003


"km" <km at mrna.tn.nic.in> wrote in message
news:mailman.115.1072408950.684.python-list at python.org...
> Hi all,
>
> What is the standard and recommended way of indendation one should get to
use in python programming ? is it a tab or 2 spaces or 4 spaces ? i am
confused. kindly enlighten

The recommendation in the early numbered PEP on style is 4 spaces.  This is
the standard for the standard library.

TJR






More information about the Python-list mailing list