Indenting with tabs vs spaces
Hans Nowak
wurmy at earthlink.net
Thu Nov 22 22:41:25 EST 2001
More information about the Python-list mailing list
Thu Nov 22 22:41:25 EST 2001
- Previous message (by thread): Indenting with tabs vs spaces
- Next message (by thread): Indenting with tabs vs spaces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ron Stephens wrote: > > OK, now you all have got me worrying about a new thing. All my code so far is > indeented with single tabs (four spaces I think). Since I use IDLE or sometimes > PythonWin when I code, will my tabs screw up anyone else trying to run my code? > H9ow about if I use Windows Notepad? > > I hate spaces, like tabs. Single tabs are alright. So are spaces. It's the mixing of the two that causes indentation errors. --Hans
- Previous message (by thread): Indenting with tabs vs spaces
- Next message (by thread): Indenting with tabs vs spaces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list