indendation question
Terry Reedy
tjreedy at udel.edu
Fri Dec 26 00:14:46 EST 2003
More information about the Python-list mailing list
Fri Dec 26 00:14:46 EST 2003
- Previous message (by thread): print arabic characters
- Next message (by thread): indendation question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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
- Previous message (by thread): print arabic characters
- Next message (by thread): indendation question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list